The length of the response body, if present


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Property ContentLength As Integer
    <CompilerGeneratedAttribute> Get
    <CompilerGeneratedAttribute> Set
End Property
C#
public int ContentLength { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
C++
public property int ContentLength sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_ContentLength();

/** property */
public void set_ContentLength(int value);
JScript
public CompilerGeneratedAttribute function get ContentLength() : int

public CompilerGeneratedAttribute function set ContentLength(value : int);

See Also