메소드 | 설명 | |
---|---|---|
ClientConnectedEventArgs ( IClientConnection connection, IAsymmetricKey publicKey ) : System |
Creates a new instance of the ClientConnectedEventArgs class.
|
public ClientConnectedEventArgs ( IClientConnection connection, IAsymmetricKey publicKey ) : System | ||
connection | IClientConnection | The connection for the event. |
publicKey | IAsymmetricKey | The server's public authentication key, if it has one. |
리턴 | System |