Method | Description | |
---|---|---|
RequestMessageHost ( ServiceName serviceName, string username, string publicKeyAlgorithm, byte publicHostKey, string clientHostName, string clientUsername, byte signature ) |
Initializes a new instance of the RequestMessageHost class.
|
Method | Description | |
---|---|---|
SaveData ( ) : void |
Called when type specific data need to be saved.
|
public RequestMessageHost ( ServiceName serviceName, string username, string publicKeyAlgorithm, byte publicHostKey, string clientHostName, string clientUsername, byte signature ) | ||
serviceName | ServiceName | Name of the service. |
username | string | Authentication username. |
publicKeyAlgorithm | string | The public key algorithm. |
publicHostKey | byte | The public host key. |
clientHostName | string | Name of the client host. |
clientUsername | string | The client username. |
signature | byte | The signature. |