Show / Hide Table of Contents

Class Constants.Http

Inheritance
object
Constants.Http
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: GitCredentialManager
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public static class Constants.Http

Fields

MimeTypeJson

Declaration
public const string MimeTypeJson = "application/json"
Field Value
Type Description
string

WwwAuthenticateBasicScheme

Declaration
public const string WwwAuthenticateBasicScheme = "Basic"
Field Value
Type Description
string

WwwAuthenticateBearerScheme

Declaration
public const string WwwAuthenticateBearerScheme = "Bearer"
Field Value
Type Description
string

WwwAuthenticateNegotiateScheme

Declaration
public const string WwwAuthenticateNegotiateScheme = "Negotiate"
Field Value
Type Description
string

WwwAuthenticateNtlmScheme

Declaration
public const string WwwAuthenticateNtlmScheme = "NTLM"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX