Method | Description | |
---|---|---|
ConnectionMadeEventArgs ( IServerConnection connection, IAsymmetricKey publicKey ) : System |
Initializes a new instance of the ConnectionMadeEventArgs class.
|
public ConnectionMadeEventArgs ( IServerConnection connection, IAsymmetricKey publicKey ) : System | ||
connection | IServerConnection | The newly made connection. |
publicKey | IAsymmetricKey | The clients public authentication key. |
return | System |