IDataServiceHost.AbsoluteServiceUri Property

Definition

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

Uri

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