Click or drag to resize
TcpNetworkClientSend Method (OffsetBufferByte)
Sends a buffer to the remote end of the connection.

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
OggBuffer to be sent.

Return Value

Type: AsyncResultType
The result of socket.SendAsync function call.
See Also