IP Address or proxy server as seend by servers and clients
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property RemoteAddress As String <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public string RemoteAddress { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property string RemoteAddress sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_RemoteAddress(); /** property */ public void set_RemoteAddress(string value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get RemoteAddress() : String public CompilerGeneratedAttribute function set RemoteAddress(value : String); |