Click or drag to resize
IConnectionWrite Method (Byte, Int32)
Sends the content of the buffer over the connection.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Write(
	byte[] buffer,
	int staleMessageTimeoutOverride = -1
)

Parameters

buffer
Type: SystemByte
staleMessageTimeoutOverride (Optional)
Type: SystemInt32
See Also