ObexListenerRequestContentLength64 Property
Gets the length of the body data included in the request.
New in v1.5.51015
Namespace: InTheHand.NetAssembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
public long ContentLength64 { get; }
Public ReadOnly Property ContentLength64 As Long
Get
public:
property long long ContentLength64 {
long long get ();
}
member ContentLength64 : int64 with get
Property Value
Int64A long value that contains the value from the request's Length header.
This value is -1 if the content length is not known.
The Length header expresses the length, in bytes, of the body data that accompanies the request.