StunServer Properties |
The StunServer type exposes the following members.
Name | Description | |
---|---|---|
CreateDatagramSocket |
Gets or sets the create callback to create a datagram socket.
| |
CreateStreamSocket |
Gets or sets the create callback to create a stream socket.
| |
DisableTcp |
Gets or sets whether to prevent the server from
listening for TCP requests.
| |
DisableTls |
Gets or sets whether to prevent the server from
listening for TLS requests.
| |
DisableUdp |
Gets or sets whether to prevent the server from
listening for UDP requests.
| |
DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
Label |
Gets the label.
| |
LocalTcpAddress |
Gets the local TCP address.
| |
LocalTcpAddresses |
Gets the local TCP addresses.
| |
LocalUdpAddress |
Gets the local UDP address.
| |
LocalUdpAddresses |
Gets the local UDP addresses.
| |
StreamSendTimeout |
Gets or sets timeout for asynchronous data sending over stream sockets in ms. Defaults to unset.
|