The TCP port number on the upstream server this service will use. 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 UpstreamPort As Integer <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public int UpstreamPort { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property int UpstreamPort sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_UpstreamPort(); /** property */ public void set_UpstreamPort(int value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get UpstreamPort() : int public CompilerGeneratedAttribute function set UpstreamPort(value : int); |