Host name of proxy server as seen by servers and clients
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property RemoteHostname As String <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public string RemoteHostname { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property string RemoteHostname sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_RemoteHostname(); /** property */ public void set_RemoteHostname(string value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get RemoteHostname() : String public CompilerGeneratedAttribute function set RemoteHostname(value : String); |