Свойство | Type | Description | |
---|---|---|---|
DefaultMaximumRedirections | int |
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 |
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 |
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 |