RebroadcastServerConnectionLocalPort Property |
Gets or sets the local port that the rebroadcast server listens to.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int LocalPort { get; set; }
Public Property LocalPort As Integer
Get
Set
public:
property int LocalPort {
int get ();
void set (int value);
}
member LocalPort : int with get, set
Property Value
Type:
Int32See Also