C# Class DotNetXri.Client.Util.IO

Afficher le fichier Open project: AArnott/dotnetxri

Protected Properties

Свойство Type Description
DefaultMaximumRedirections int

Méthodes publiques

Méthode Description
getConnectionToURI ( Uri oURI, string sMethod, NameValueCollection oReqProperties, object oSSLFactory, bool bFollowRedirects, bool bUseCaches ) : HttpWebRequest
getConnectionToURI ( Uri oURI, string sMethod, NameValueCollection oReqProperties, object oSSLFactory, int nFollowRedirects, bool bUseCaches ) : HttpWebRequest

Method Details

getConnectionToURI() public static méthode

public static getConnectionToURI ( Uri oURI, string sMethod, NameValueCollection oReqProperties, object oSSLFactory, bool bFollowRedirects, bool bUseCaches ) : HttpWebRequest
oURI Uri
sMethod string
oReqProperties NameValueCollection
oSSLFactory object
bFollowRedirects bool
bUseCaches bool
Résultat HttpWebRequest

getConnectionToURI() public static méthode

public static getConnectionToURI ( Uri oURI, string sMethod, NameValueCollection oReqProperties, object oSSLFactory, int nFollowRedirects, bool bUseCaches ) : HttpWebRequest
oURI Uri
sMethod string
oReqProperties NameValueCollection
oSSLFactory object
nFollowRedirects int
bUseCaches bool
Résultat HttpWebRequest

Property Details

DefaultMaximumRedirections protected_oe static_oe property

protected static int DefaultMaximumRedirections
Résultat int