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

ObexSessionConnection.MaxSendSize Property

Set the size to restrict our sends to.

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

Remarks

If we are for instance doing a PUT to a peer with a very large receive buffer size then we could be creating 64KB sized packets. Setting this values restricts the maximum size send packets we will create. This sets the Mtu property on Brecham.Obex.Pdus.ObexPduFactory.

See Also

ObexSessionConnection Class | Brecham.Obex.Net Namespace