The HTTP response received from the server


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

Syntax

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

/** property */
public void set_ServerResponse(Response value);
JScript
public CompilerGeneratedAttribute function get ServerResponse() : Response

public CompilerGeneratedAttribute function set ServerResponse(value : Response);

See Also