C# 클래스 DotNetXri.Client.Util.IO

파일 보기 프로젝트 열기: AArnott/dotnetxri

보호된 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

getConnectionToURI() 공개 정적인 메소드

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

getConnectionToURI() 공개 정적인 메소드

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

프로퍼티 상세

DefaultMaximumRedirections 보호되어 있는 정적으로 프로퍼티

protected static int DefaultMaximumRedirections
리턴 int