Share via


IsPortSet Property

Gets whether the port is set.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property IsPortSet As Boolean
    Get
'Usage
Dim instance As SipUriParser
Dim value As Boolean

value = instance.IsPortSet
public bool IsPortSet { get; }

Property Value

Type: System..::..Boolean
true if the port is set; otherwise false.

Remarks

Note that the [Port] property returns 0 even if the port is not set.

See Also

Reference

SipUriParser Class

SipUriParser Members

Microsoft.Rtc.Signaling Namespace