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 SourceContent
Gets the content of the response.
Declaration
string Content { get; }
Property Value
Type | Description |
---|---|
System.String |
CorrelationId
Gets the correlation identifier of the response.
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 |
Type
Gets the type of the response.
Declaration
CallbackResponseType Type { get; }
Property Value
Type | Description |
---|---|
CallbackResponseType |