EncodePacketAsync Method
Hex encodes an SSH packet.
Syntax
[VB.NET] Public Function EncodePacketAsync(ByVal Packet As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> EncodePacketAsync(byte[] packet);
IP*Works! SSH V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
EncodePacketAsync MethodHex encodes an SSH packet. Syntax[VB.NET] Public Function EncodePacketAsync(ByVal Packet As String) As IAsyncOperation<string> [C#] public IAsyncOperation<string> EncodePacketAsync(byte[] packet); RemarksThis method is the asynchronous version of the EncodePacket method and is used to support asynchronous operations in WinRT. Please refer to EncodePacket for more information. |
||