Click or drag to resize

SocketOptionsSetSendBufferSize Method

Sets the size of the buffer used by the socket to send

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public SocketOptions SetSendBufferSize(
	int sendBufferSize
)

Parameters

sendBufferSize
Type: SystemInt32

Return Value

Type: SocketOptions
See Also