IPWorks WebSockets 2020 .NET Edition

Questions / Feedback?

DataToSend Property

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

Syntax

public string DataToSend { set; }
public byte[] DataToSendB { set; }
Public WriteOnly Property DataToSend As String
Public WriteOnly Property DataToSendB As Byte()

Default Value

""

Remarks

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

When this property is set the component will use the value specified in DataFormat to determine the encoding options.

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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks WebSockets 2020 .NET Edition - Version 20.0 [Build 8155]