[This is preliminary documentation and is subject to change.]

Gets the length of the data received in bytes.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public uint Length { get; private set; }
Visual Basic (Declaration)
Public Property Length As UInteger
Visual C++
public:
property unsigned int Length {
	unsigned int get ();
	void set (unsigned int value);
}

See Also