ClientWebSocketOptions45.SetBuffer Method (Int32, Int32, ArraySegment<Byte>)

 

Namespace:   Microsoft.ServiceBus.Relay.WebSockets
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

public void SetBuffer(
    int receiveBufferSize,
    int sendBufferSize,
    ArraySegment<byte> buffer
)
public:
void SetBuffer(
    int receiveBufferSize,
    int sendBufferSize,
    ArraySegment<unsigned char> buffer
)
member SetBuffer : 
        receiveBufferSize:int *
        sendBufferSize:int *
        buffer:ArraySegment<byte> -> unit
Public Sub SetBuffer (
    receiveBufferSize As Integer,
    sendBufferSize As Integer,
    buffer As ArraySegment(Of Byte)
)

Parameters

See Also

SetBuffer Overload
ClientWebSocketOptions45 Class
Microsoft.ServiceBus.Relay.WebSockets Namespace

Return to top