IP Address of server as presented to client


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

Syntax

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

/** property */
public void set_ServerRemoteAddress(string value);
JScript
public CompilerGeneratedAttribute function get ServerRemoteAddress() : String

public CompilerGeneratedAttribute function set ServerRemoteAddress(value : String);

See Also