Brecham.Obex — An OBEX library for the .NET Framework

ObexSessionConnection.ObexBufferSize Property

Gets or set the size of buffer that the ObexClientSession will be instantiated with. That is, as passed to its constructor’s bufferSize parameter.

[Visual Basic]
Public Property ObexBufferSize As Integer
[C#]
public int ObexBufferSize {get; set;}

See Also

ObexSessionConnection Class | Brecham.Obex.Net Namespace