ObjectEditorBaseRequestLength Property |
Gets or sets the length of the request in text format.
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax protected int RequestLength { get; set; }
Protected Property RequestLength As Integer
Get
Set
protected:
property int RequestLength {
int get ();
void set (int value);
}
member RequestLength : int with get, set
Property Value
Type:
Int32
The length of the request.
See Also