Show / Hide Table of Contents

Class Constants.GitConfiguration.Http

Inheritance
object
Constants.GitConfiguration.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.GitConfiguration.Http

Fields

Proxy

Declaration
public const string Proxy = "proxy"
Field Value
Type Description
string

SchannelUseSslCaInfo

Declaration
public const string SchannelUseSslCaInfo = "schannelUseSSLCAInfo"
Field Value
Type Description
string

SectionName

Declaration
public const string SectionName = "http"
Field Value
Type Description
string

SslBackend

Declaration
public const string SslBackend = "sslBackend"
Field Value
Type Description
string

SslCaInfo

Declaration
public const string SslCaInfo = "sslCAInfo"
Field Value
Type Description
string

SslVerify

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