Method | Description | |
---|---|---|
ClientConnectionResult ( ConnectionResult result, IAsymmetricKey publicKey ) : System |
Constructs and initializes a new instance of the ClientConnectionResult class.
|
public ClientConnectionResult ( ConnectionResult result, IAsymmetricKey publicKey ) : System | ||
result | ConnectionResult | The result of the connection attempt. |
publicKey | IAsymmetricKey | The server's public authentication key, if it has one. |
return | System |