Interface IGraphRequest
The request object used by the graph SDK.
Namespace: Microsoft.Graph.CoreSDK.Transport
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface IGraphRequest
Properties
View SourceContent
Gets the content of the request.
Declaration
string Content { get; }
Property Value
Type | Description |
---|---|
System.String |
CorrelationId
Gets the correlation identifier of the request
Declaration
Guid CorrelationId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
RequestId
Gets the request identifier.
Declaration
Guid RequestId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
TenantId
Gets the tenant.
Declaration
string TenantId { get; }
Property Value
Type | Description |
---|---|
System.String |
Uri
Gets the URI location for the request.
Declaration
Uri Uri { get; }
Property Value
Type | Description |
---|---|
System.Uri |