Click or drag to resize

TurnServer Methods

The TurnServer type exposes the following members.

Methods
  NameDescription
Protected methodCreateErrorResponse
Creates an error response with a ganeric Stun server error.
(Inherited from StunServer.)
Protected methodCreateExceptionResponse
Creates an exception response.
(Overrides StunServerCreateExceptionResponse(Message, TransportAddress, Error).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetPrefix
Gets a prefix.
(Inherited from StunServer.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodProcess
Processes the specified request.
(Overrides StunServerProcess(Message, DatagramSocket, StreamSocket, ServerAddress, TransportAddress).)
Protected methodProcessBuffer
Processes the buffer.
(Overrides StunServerProcessBuffer(DataBuffer, DatagramSocket, StreamSocket, ServerAddress, TransportAddress, Int32).)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodStart
Starts the server.
(Inherited from StunServer.)
Public methodStart(ServerAddress)
Starts the server.
(Inherited from StunServer.)
Public methodStart(ServerAddress, ServerAddress)
Starts the server.
(Inherited from StunServer.)
Public methodStart(ServerAddress, ServerAddress, ServerAddress)
Starts the server.
(Inherited from StunServer.)
Public methodStart(ServerAddress, ServerAddress, ServerAddress, TlsCertificate)
Starts the server.
(Overrides StunServerStart(ServerAddress, ServerAddress, ServerAddress, TlsCertificate).)
Public methodStop
Stops the server.
(Overrides StunServerStop.)
Public methodToString (Inherited from Object.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
See Also