The TurnServer type exposes the following members.
Methods
| Name | Description |
---|
 | CreateErrorResponse |
Creates an error response with a ganeric Stun server error.
(Inherited from StunServer.) |
 | CreateExceptionResponse |
Creates an exception response.
(Overrides StunServerCreateExceptionResponse(Message, TransportAddress, Error).) |
 | Equals | (Inherited from Object.) |
 | Finalize | (Inherited from Object.) |
 | GetDynamicValue |
Gets a property value from the local cache.
(Inherited from Dynamic.) |
 | GetHashCode | (Inherited from Object.) |
 | GetPrefix |
Gets a prefix.
(Inherited from StunServer.) |
 | GetType | (Inherited from Object.) |
 | MemberwiseClone | (Inherited from Object.) |
 | Process |
Processes the specified request.
(Overrides StunServerProcess(Message, DatagramSocket, StreamSocket, ServerAddress, TransportAddress).) |
 | ProcessBuffer |
Processes the buffer.
(Overrides StunServerProcessBuffer(DataBuffer, DatagramSocket, StreamSocket, ServerAddress, TransportAddress, Int32).) |
 | SetDynamicValue |
Sets a property value in the local cache.
(Inherited from Dynamic.) |
 | Start |
Starts the server.
(Inherited from StunServer.) |
 | Start(ServerAddress) |
Starts the server.
(Inherited from StunServer.) |
 | Start(ServerAddress, ServerAddress) |
Starts the server.
(Inherited from StunServer.) |
 | Start(ServerAddress, ServerAddress, ServerAddress) |
Starts the server.
(Inherited from StunServer.) |
 | Start(ServerAddress, ServerAddress, ServerAddress, TlsCertificate) |
Starts the server.
(Overrides StunServerStart(ServerAddress, ServerAddress, ServerAddress, TlsCertificate).) |
 | Stop |
Stops the server.
(Overrides StunServerStop.) |
 | ToString | (Inherited from Object.) |
 | UnsetDynamicValue |
Unsets a property value in the local cache.
(Inherited from Dynamic.) |
Top
See Also