Click or drag to resize
UdpNetworkClientSend Method (OffsetBufferByte)
Sends an OffsetBuffer to the remote endpoint.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public AsyncResultType Send(
	OffsetBuffer<byte> buffer
)

Parameters

buffer
Type: StreamCodersOffsetBufferByte
The buffer.

Return Value

Type: AsyncResultType
Returns AsyncResult instance of send operation.

Implements

INetworkClientSend(OffsetBufferByte)
See Also