Enumerator indicating state of connection with server


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

Syntax

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

/** property */
public void set_ServerState(HTTPHandler.ServerStates value);
JScript
public CompilerGeneratedAttribute function get ServerState() : HTTPHandler.ServerStates

public CompilerGeneratedAttribute function set ServerState(value : HTTPHandler.ServerStates);

See Also