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

DataToSend Property

A string of data to be sent to the remote host.

Syntax

[VB.NET]
Public  WriteOnlyProperty DataToSend As String
Public  WriteOnlyProperty DataToSendB As Byte()

[C#]
public string DataToSend { set;}
public byte[] DataToSendB { set;}

Remarks

Assigning a string to this property makes the component send the string to the remote host. The Send method provides similar functionality.

This property is write-only and not available at design time.

Default Value

""

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0