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
methodstringmethodTypeMethodType
Properties
Method
public string Method { get; }
Property Value
MethodType
public MethodType MethodType { get; }
Property Value
Methods
ToString()
public override string ToString()