Interface IGraphRequest<T>
The request object with content.
Namespace: Microsoft.Graph.Communications.Common.Transport
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public interface IGraphRequest<T> : IGraphExchange<T>, IGraphExchange
Type Parameters
Name | Description |
---|---|
T | Type of data to be sent as part of request body. |
Properties
RequestType
Gets the type of the request.
Declaration
RequestType RequestType { get; }
Property Value
Type | Description |
---|---|
RequestType | The type of the request. |
Uri
Gets the URI location for the request.
Declaration
Uri Uri { get; }
Property Value
Type | Description |
---|---|
Uri | The URI. |