Port number of server which represents endpoint of tunnel
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property RemotePort As Integer <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public int RemotePort { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property int RemotePort sealed { int get(); void set(int value); } |
| J# |
|---|
| /** property */ public int get_RemotePort(); /** property */ public void set_RemotePort(int value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get RemotePort() : int public CompilerGeneratedAttribute function set RemotePort(value : int); |