Edit

Share via


LocalEndpoint.DefaultDomain Property

Definition

Gets the default domain for the endpoint URI.

public:
 property System::String ^ DefaultDomain { System::String ^ get(); };
public string DefaultDomain { get; }
member this.DefaultDomain : string
Public ReadOnly Property DefaultDomain As String

Property Value

Remarks

The default domain represents the host part of the owner URI. It can be used to convert a tel URI or a phone number into a SIP URI.

Applies to