Show / Hide Table of Contents

Interface IGraphResponse

The response the SDK returns after processing the request.

Namespace: Microsoft.Graph.CoreSDK.Transport
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface IGraphResponse

Properties

View Source

Content

Gets the content of the response.

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

CorrelationId

Gets the correlation identifier of the response.

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

Type

Gets the type of the response.

Declaration
CallbackResponseType Type { get; }
Property Value
Type Description
CallbackResponseType

Extension Methods

HttpMessageExtensions.ConvertToHttpResponseMessage(IGraphResponse)
  • View Source
Back to top Generated by DocFX