Interface IGraphExchange<T>
The base of the exchange of a IGraphRequest<T> or IGraphResponse<T>.
Inherited Members
Namespace: Microsoft.Graph.Communications.Common.Transport
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public interface IGraphExchange<T> : IGraphExchange
Type Parameters
Name | Description |
---|---|
T | Type of the body of exchange. |
Properties
Content
Gets or sets the content of the exchange.
Declaration
T Content { get; set; }
Property Value
Type | Description |
---|---|
T |