In The Hand - .NET Components for Mobility
ContentLength Property
Namespaces
►
InTheHand.Net
►
ObexWebRequest
►
ContentLength
C#
Visual Basic
Gets or sets the Length OBEX header.
Declaration Syntax
C#
Visual Basic
public
override
long
ContentLength
{
get
;
set
; }
Public
Overrides
Property
ContentLength
As
Long
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.
Assembly:
InTheHand.Net.Personal
(Module: InTheHand.Net.Personal) Version: 2.2.0.0