Show / Hide Table of Contents

    Enum RequestType

    Type of request that we want to issue on the transport

    Namespace: Microsoft.Graph.Communications.Common.Transport
    Assembly: Microsoft.Graph.Communications.Common.dll
    Syntax
    public enum RequestType

    Fields

    Name Description
    Create

    Request to create a resource

    Delete

    Request to delete a resource

    Get

    Request to get a resource

    Replace

    Request to replace a resource

    Update

    Request to update a resource

    Extension Methods

    AdditionalDataExtensions.SetInAdditionalData(String, Object)
    Extensions.Pin()
    Extensions.ChangeType(Type)
    Extensions.ChangeType<T>()
    Extensions.TryDispose(IGraphLogger)
    EnumUtils.GetDescription()
    ReflectionUtils.GetPropertyUsingReflection(String)
    ReflectionUtils.SetPropertyUsingReflection(String, Object)
    Validator.IsNull(String, String)
    Validator.NotNull<RequestType>(String, String)
    Validator.Equals<RequestType>(RequestType, String, String)
    Validator.Equals<RequestType, TE>(RequestType, String)
    Validator.NotEquals<RequestType>(RequestType, String, String)
    GraphRequestExtensions.ToHttpMethod()
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.