Class GraphRequest
Implements
Inherited Members
Namespace: Microsoft.Graph.Communications.Common.Transport
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public class GraphRequest : GraphRequest<NoContentMessage>, IGraphRequest, IGraphRequest<NoContentMessage>, IGraphExchange<NoContentMessage>, IGraphExchange
Constructors
GraphRequest(IGraphRequest<NoContentMessage>)
Initializes a new instance of the Graph
Declaration
public GraphRequest(IGraphRequest<NoContentMessage> graphRequest)
Parameters
Type | Name | Description |
---|---|---|
IGraph |
graphRequest | The graph request. |
GraphRequest(Uri, RequestType)
Initializes a new instance of the Graph
Declaration
public GraphRequest(Uri location, RequestType requestType)
Parameters
Type | Name | Description |
---|---|---|
Uri | location | The uri location for the request. |
Request |
requestType | Type of the request. |