The upstream server that this service will use if appropriate. For HTTP proxies this is optional for upstream proxies but for IP tunnels it is a required property as this defines part of the tunnel endpoint.
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property UpstreamServer As String <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public string UpstreamServer { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property string UpstreamServer sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_UpstreamServer(); /** property */ public void set_UpstreamServer(string value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get UpstreamServer() : String public CompilerGeneratedAttribute function set UpstreamServer(value : String); |