Click or drag to resize
IConnectionWrite Method (Byte, Int32, Int32, 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 offset,
	int length,
	int staleMessageTimeoutOverride = -1
)

Parameters

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