UrgentData Property
A string of data to be sent urgently (out-of-band) to the remote host.
Syntax
telnetcontrol.UrgentData[=string]
Default Value
""
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.
To read or write binary data to the property, a Variant (Byte Array) version is provided in .UrgentDataB.
This property is write-only and not available at design time.
Data Type
Binary String