ExchangeKeysAsync Method
Causes the component to exchange a new set of session keys with the SSHHost .
Syntax
[VB.NET] Public Function ExchangeKeysAsync() As IAsyncAction
[C#] public IAsyncAction ExchangeKeysAsync();
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ExchangeKeysAsync MethodCauses the component to exchange a new set of session keys with the SSHHost . Syntax[VB.NET] Public Function ExchangeKeysAsync() As IAsyncAction [C#] public IAsyncAction ExchangeKeysAsync(); RemarksThis method is the asynchronous version of the ExchangeKeys method and is used to support asynchronous operations in WinRT. Please refer to ExchangeKeys for more information. |
||