C# 클래스 Agnos.Transports.HttpClientTransport

상속: BaseTransport
파일 보기 프로젝트 열기: tomerfiliba/agnos

공개 프로퍼티들

프로퍼티 타입 설명
AllowAutoRedirect bool
AuthenticationLevel AuthenticationLevel
ClientCertificates System.Security.Cryptography.X509Certificates.X509CertificateCollection
Credentials ICredentials
PreAuthenticate bool
Proxy IWebProxy
TimeoutMsec int

보호된 프로퍼티들

프로퍼티 타입 설명
resp System.Net.WebResponse
uri System.Uri

공개 메소드들

메소드 설명
BeginRead ( ) : int
EndRead ( ) : void
EndWrite ( ) : void
HttpClientTransport ( String uri ) : System
HttpClientTransport ( Uri uri ) : System

보호된 메소드들

메소드 설명
buildRequest ( ) : HttpWebRequest

메소드 상세

BeginRead() 공개 메소드

public BeginRead ( ) : int
리턴 int

EndRead() 공개 메소드

public EndRead ( ) : void
리턴 void

EndWrite() 공개 메소드

public EndWrite ( ) : void
리턴 void

HttpClientTransport() 공개 메소드

public HttpClientTransport ( String uri ) : System
uri String
리턴 System

HttpClientTransport() 공개 메소드

public HttpClientTransport ( Uri uri ) : System
uri System.Uri
리턴 System

buildRequest() 보호된 메소드

protected buildRequest ( ) : HttpWebRequest
리턴 System.Net.HttpWebRequest

프로퍼티 상세

AllowAutoRedirect 공개적으로 프로퍼티

public bool AllowAutoRedirect
리턴 bool

AuthenticationLevel 공개적으로 프로퍼티

public AuthenticationLevel AuthenticationLevel
리턴 AuthenticationLevel

ClientCertificates 공개적으로 프로퍼티

public X509CertificateCollection,System.Security.Cryptography.X509Certificates ClientCertificates
리턴 System.Security.Cryptography.X509Certificates.X509CertificateCollection

Credentials 공개적으로 프로퍼티

public ICredentials Credentials
리턴 ICredentials

PreAuthenticate 공개적으로 프로퍼티

public bool PreAuthenticate
리턴 bool

Proxy 공개적으로 프로퍼티

public IWebProxy Proxy
리턴 IWebProxy

TimeoutMsec 공개적으로 프로퍼티

public int TimeoutMsec
리턴 int

resp 보호되어 있는 프로퍼티

protected WebResponse,System.Net resp
리턴 System.Net.WebResponse

uri 보호되어 있는 프로퍼티

protected Uri,System uri
리턴 System.Uri