IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

UrgentData Property

A string of data to be sent urgently (out-of-band) to the remote host.

Syntax

[VB.NET]
Public  WriteOnlyProperty UrgentData As String
Public  WriteOnlyProperty UrgentDataB As Byte()

[C#]
public string UrgentData { set;}
public byte[] UrgentDataB { set;}

Remarks

The UrgentData property behaves exactly like the DataToSend property except that the data is sent Out Of Band (urgent). This means that the data assigned to UrgentData will bypass the normal TCP queuing mechanism. Use this property with caution.

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

Default Value

""

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]