Table of Contents

Class FlightHandshakeRequest

Namespace
Apache.Arrow.Flight
Assembly
Apache.Arrow.Flight.dll
public class FlightHandshakeRequest
Inheritance
FlightHandshakeRequest
Inherited Members

Constructors

FlightHandshakeRequest(ByteString, ulong)

public FlightHandshakeRequest(ByteString payload, ulong protocolVersion = 1)

Parameters

payload ByteString
protocolVersion ulong

Properties

Payload

public ByteString Payload { get; }

Property Value

ByteString

ProtocolVersion

public ulong ProtocolVersion { get; }

Property Value

ulong

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int