SipEndpoint.ServerPort Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the port used to connect to the server. This is the port currently used to connect to the server or the port configured by the application if there is no active connection to the server. If the server is unknown, then 0 is returned.
public:
property int ServerPort { int get(); };
public int ServerPort { get; }
member this.ServerPort : int
Public ReadOnly Property ServerPort As Integer
Property Value
The port value