Interface IGraphExchange
The base of the exchange of a IGraphRequest<T> or IGraphResponse<T>.
Namespace: Microsoft.Graph.Communications.Common.Transport
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public interface IGraphExchange
Properties
Properties
Gets the properties of the exchange.
Declaration
ICollection<IGraphProperty> Properties { get; }
Property Value
Type | Description |
---|---|
ICollection<IGraphProperty> |