Table of Contents

Struct CallInfo

Namespace
Apache.Arrow.Flight.Middleware
Assembly
Apache.Arrow.Flight.dll
public readonly struct CallInfo
Inherited Members

Constructors

CallInfo(string, MethodType)

public CallInfo(string method, MethodType methodType)

Parameters

method string
methodType MethodType

Properties

Method

public string Method { get; }

Property Value

string

MethodType

public MethodType MethodType { get; }

Property Value

MethodType

Methods

ToString()

public override string ToString()

Returns

string