ObexListenerRequestContentLength64 Property

Gets the length of the body data included in the request.

New in v1.5.51015

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public long ContentLength64 { get; }

Property Value

Int64
A long value that contains the value from the request's Length header. This value is -1 if the content length is not known.

Remarks

The Length header expresses the length, in bytes, of the body data that accompanies the request.

See Also