C# Class Tempest.Providers.Network.UdpServerConnection

Inheritance: UdpConnection, IServerConnection, IAuthenticatedConnection
Mostrar archivo Open project: ermau/Tempest Class Usage Examples

Private Properties

Property Type Description
OnConnectMessage void
OnFinalConnectMessage void
UdpServerConnection System
UdpServerConnection System

Protected Methods

Method Description
Cleanup ( ) : void
OnTempestMessage ( MessageEventArgs e ) : void

Private Methods

Method Description
OnConnectMessage ( ConnectMessage msg ) : void
OnFinalConnectMessage ( FinalConnectMessage msg ) : void
UdpServerConnection ( int connectionId, EndPoint remoteEndpoint, UdpConnectionProvider provider ) : System
UdpServerConnection ( int connectionId, EndPoint remoteEndpoint, UdpConnectionProvider provider, RSACrypto remoteCrypto, RSACrypto localCrypto, RSAAsymmetricKey key ) : System

Method Details

Cleanup() protected method

protected Cleanup ( ) : void
return void

OnTempestMessage() protected method

protected OnTempestMessage ( MessageEventArgs e ) : void
e MessageEventArgs
return void