IP*Works! SSH V9 - Online Help
IP*Works! SSH V9
Questions / Feedback?

SetSSHParamAsync Method

Used to write a field to the end of a payload.

Syntax

[VB.NET]
Public Function SetSSHParamAsync(ByVal Payload As String, ByVal FieldType As String, ByVal FieldValue As String) As Task<IList<byte>>
[C#]
public Task<IList<byte>> SetSSHParamAsync(byte[] payload, string fieldType, string fieldValue);

Remarks

This method is the asynchronous version of the SetSSHParam method and is used to support asynchronous operations in WinRT. Please refer to SetSSHParam for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0