Show / Hide Table of Contents

    Class GraphRequest

    Inheritance
    Object
    GraphRequest<NoContentMessage>
    GraphRequest
    Implements
    IGraphRequest
    IGraphRequest<NoContentMessage>
    IGraphExchange<NoContentMessage>
    IGraphExchange
    Inherited Members
    GraphRequest<NoContentMessage>.ToString()
    GraphRequest<NoContentMessage>.Content
    GraphRequest<NoContentMessage>.Properties
    GraphRequest<NoContentMessage>.Uri
    GraphRequest<NoContentMessage>.RequestType
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.Graph.Communications.Common.Transport
    Assembly: Microsoft.Graph.Communications.Common.dll
    Syntax
    public class GraphRequest : GraphRequest<NoContentMessage>, IGraphRequest, IGraphRequest<NoContentMessage>, IGraphExchange<NoContentMessage>, IGraphExchange

    Constructors

    GraphRequest(IGraphRequest<NoContentMessage>)

    Initializes a new instance of the GraphRequest class.

    Declaration
    public GraphRequest(IGraphRequest<NoContentMessage> graphRequest)
    Parameters
    Type Name Description
    IGraphRequest<NoContentMessage> graphRequest

    The graph request.

    GraphRequest(Uri, RequestType)

    Initializes a new instance of the GraphRequest class. Create the graph request object

    Declaration
    public GraphRequest(Uri location, RequestType requestType)
    Parameters
    Type Name Description
    Uri location

    The uri location for the request.

    RequestType requestType

    Type of the request.

    Implements

    IGraphRequest
    IGraphRequest<T>
    IGraphExchange<T>
    IGraphExchange

    Extension Methods

    AdditionalDataExtensions.SetInAdditionalData(Object, String, Object)
    Extensions.Pin(Object)
    Extensions.ChangeType(Object, Type)
    Extensions.ChangeType<T>(Object)
    Extensions.TryDispose(Object, IGraphLogger)
    ReflectionUtils.GetPropertyUsingReflection(Object, String)
    ReflectionUtils.SetPropertyUsingReflection(Object, String, Object)
    Validator.IsNull(Object, String, String)
    Validator.NotNull<T>(T, String, String)
    Validator.Equals<T>(T, T, String, String)
    Validator.Equals<T, TE>(T, T, String)
    Validator.NotEquals<T>(T, T, String, String)
    GraphRequestExtensions.ToHttpRequestMessage<T>(IGraphRequest<T>, JsonSerializerSettings, IEnumerable<IGraphProperty>)
    In This Article
    • Constructors
      • GraphRequest(IGraphRequest<NoContentMessage>)
      • GraphRequest(Uri, RequestType)
    • Implements
    • Extension Methods
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.