Click or drag to resize
UdpNetworkMulticastClientSend Method (OffsetBufferByte)
Send this message.

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
Buffer to send as datagram

Return Value

Type: AsyncResultType
Returns AsyncResult instance of send operation.

Implements

INetworkClientSend(OffsetBufferByte)
See Also