Edit

Share via


SipEndpoint.ServerPort Property

Definition

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

Applies to