Class TurnConnectedEventArgs
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
RelayEndPoint
Gets or sets the primary relay endpoint allocated by the TURN server.
public IPProtoEndPoint RelayEndPoint
Field Value
ReservationToken
Gets or sets the reservation token for claiming a reserved port on the server.
public long ReservationToken