Show / Hide Table of Contents

Interface IBaseRequest

The base request.

Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface IBaseRequest

Properties

View Source

Client

Gets the IBaseClient for handling requests.

Declaration
IBaseClient Client { get; }
Property Value
Type Description
IBaseClient
View Source

Headers

Gets the HeaderOption collection for the request.

Declaration
IList<HeaderOption> Headers { get; }
Property Value
Type Description
System.Collections.Generic.IList<HeaderOption>
View Source

QueryOptions

Gets the QueryOption collection for the request.

Declaration
IList<QueryOption> QueryOptions { get; }
Property Value
Type Description
System.Collections.Generic.IList<QueryOption>
View Source

RequestUrl

Gets the URL for the request, without query string.

Declaration
string RequestUrl { get; }
Property Value
Type Description
System.String
  • View Source
Back to top Generated by DocFX