ObexWebRequestContentLength Property

Gets or sets the Length OBEX header.

Definition

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

Property Value

Int64

Remarks

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.

See Also