LocalEndpoint.DefaultDomain 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 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.