Class TurnReceivedEventArgs
Provides event data for the Received event, containing the peer endpoint and the received data buffer.
public class TurnReceivedEventArgs : EventArgs
- Inheritance
-
TurnReceivedEventArgs
- Inherited Members
Constructors
TurnReceivedEventArgs()
public TurnReceivedEventArgs()
Fields
Data
Gets or sets the data buffer received from the peer.
public VersatileBuffer Data
Field Value
PeerEndPoint
Gets or sets the peer endpoint from which the data was received via the TURN relay.
public IPEndPoint PeerEndPoint