ObexWebRequestContentLength Property
Gets or sets the Length OBEX header.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
public virtual long ContentLength { get; set; }
Public Overridable Property ContentLength As Long
Get
Set
public:
virtual property long long ContentLength {
long long get ();
void set (long long value);
}
abstract ContentLength : int64 with get, set
override ContentLength : int64 with get, set
Property Value
Int64 This property is mandatory, if not set no data will be sent.
If you use the
ReadFile(String) helper method this value is automatically populated with the size of the file that was read.