프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DefaultMaximumRedirections | int |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | 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 | |
리턴 | HttpWebRequest |