DataServiceOperationContext.AbsoluteServiceUri Property
Gets the base service URI for the request.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property AbsoluteServiceUri As Uri
Get
'Usage
Dim instance As DataServiceOperationContext
Dim value As Uri
value = instance.AbsoluteServiceUri
public Uri AbsoluteServiceUri { get; }
public:
property Uri^ AbsoluteServiceUri {
Uri^ get ();
}
member AbsoluteServiceUri : Uri
function get AbsoluteServiceUri () : Uri
Property Value
Type: System.Uri
The base Uri of the operation.