Show / Hide Table of Contents

    Class CommsConstants.HttpPropertyNames

    Constants used for HTTP property names

    Inheritance
    Object
    CommsConstants.HttpPropertyNames
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.Graph.Communications.Core
    Assembly: Microsoft.Graph.Communications.Core.dll
    Syntax
    public static class HttpPropertyNames

    Fields

    ResponseHeaders

    The Response Headers string

    Declaration
    public const string ResponseHeaders = "responseHeaders"
    Field Value
    Type Description
    String

    StatusCode

    The Status Code string

    Declaration
    public const string StatusCode = "statusCode"
    Field Value
    Type Description
    String
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.