IDataServiceHost.AbsoluteServiceUri 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 an absolute URI that is the root URI of the data service.
public:
property Uri ^ AbsoluteServiceUri { Uri ^ get(); };
public Uri AbsoluteServiceUri { get; }
member this.AbsoluteServiceUri : Uri
Public ReadOnly Property AbsoluteServiceUri As Uri
Property Value
A string that is the absolute root URI of the data service.
Remarks
The AbsoluteServiceUri property always returns the absolute root URI of the service request. This enables consistent access to the root data service URI, even in cases where the host revises the URI.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.