C# Class Tempest.Providers.Network.UdpServerConnection

Inheritance: UdpConnection, IServerConnection, IAuthenticatedConnection
Afficher le fichier Open project: ermau/Tempest Class Usage Examples

Private Properties

Свойство Type Description
OnConnectMessage void
OnFinalConnectMessage void
UdpServerConnection System
UdpServerConnection System

Méthodes protégées

Méthode Description
Cleanup ( ) : void
OnTempestMessage ( MessageEventArgs e ) : void

Private Methods

Méthode 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 méthode

protected Cleanup ( ) : void
Résultat void

OnTempestMessage() protected méthode

protected OnTempestMessage ( MessageEventArgs e ) : void
e MessageEventArgs
Résultat void