DataServiceRequest.RequestUri Property

Definition

Gets the URI of the request object submitted to a data service.

public:
 abstract property Uri ^ RequestUri { Uri ^ get(); };
public abstract Uri RequestUri { get; }
member this.RequestUri : Uri
Public MustOverride ReadOnly Property RequestUri As Uri

Property Value

Uri

URI of the request object.

Applies to