Show / Hide Table of Contents

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 Source

Content

Gets the content of the request.

Declaration
string Content { get; }
Property Value
Type Description
System.String
View Source

CorrelationId

Gets the correlation identifier of the request

Declaration
Guid CorrelationId { get; }
Property Value
Type Description
System.Guid
View Source

RequestId

Gets the request identifier.

Declaration
Guid RequestId { get; }
Property Value
Type Description
System.Guid
View Source

TenantId

Gets the tenant.

Declaration
string TenantId { get; }
Property Value
Type Description
System.String
View Source

Uri

Gets the URI location for the request.

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