Interface IBaseRequest
The base request.
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface IBaseRequest
Properties
View SourceClient
Gets the IBaseClient for handling requests.
Declaration
IBaseClient Client { get; }
Property Value
Type | Description |
---|---|
IBaseClient |
Headers
Gets the HeaderOption collection for the request.
Declaration
IList<HeaderOption> Headers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<HeaderOption> |
QueryOptions
Gets the QueryOption collection for the request.
Declaration
IList<QueryOption> QueryOptions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<QueryOption> |
RequestUrl
Gets the URL for the request, without query string.
Declaration
string RequestUrl { get; }
Property Value
Type | Description |
---|---|
System.String |