Table of Contents

Class TurnConnectedEventArgs

Namespace
VAST.ICE
Assembly
VAST.ICE.dll

Provides event data for the Connected event, containing the allocated relay endpoints and reservation token.

public class TurnConnectedEventArgs : EventArgs
Inheritance
TurnConnectedEventArgs
Inherited Members

Constructors

TurnConnectedEventArgs()

public TurnConnectedEventArgs()

Fields

AdditionalRelayEndPoint

Gets or sets the additional relay endpoint for dual-stack scenarios, or null if no additional relay was allocated.

public IPProtoEndPoint AdditionalRelayEndPoint

Field Value

IPProtoEndPoint

RelayEndPoint

Gets or sets the primary relay endpoint allocated by the TURN server.

public IPProtoEndPoint RelayEndPoint

Field Value

IPProtoEndPoint

ReservationToken

Gets or sets the reservation token for claiming a reserved port on the server.

public long ReservationToken

Field Value

long