Click or drag to resize

StunServer Properties

The StunServer type exposes the following members.

Properties
  NameDescription
Public propertyCreateDatagramSocket
Gets or sets the create callback to create a datagram socket.
Public propertyCreateStreamSocket
Gets or sets the create callback to create a stream socket.
Public propertyDisableTcp
Gets or sets whether to prevent the server from listening for TCP requests.
Public propertyDisableTls
Gets or sets whether to prevent the server from listening for TLS requests.
Public propertyDisableUdp
Gets or sets whether to prevent the server from listening for UDP requests.
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Protected propertyLabel
Gets the label.
Public propertyLocalTcpAddress
Gets the local TCP address.
Public propertyLocalTcpAddresses
Gets the local TCP addresses.
Public propertyLocalUdpAddress
Gets the local UDP address.
Public propertyLocalUdpAddresses
Gets the local UDP addresses.
Public propertyStreamSendTimeout
Gets or sets timeout for asynchronous data sending over stream sockets in ms. Defaults to unset.
Top
See Also