C# 클래스 ThoughtWorksCoreLib.AuthenticatingWeb

상속: IWeb
파일 보기 프로젝트 열기: ThoughtWorksStudios/mingle.net 1 사용 예제들

공개 메소드들

메소드 설명
AuthenticatingWeb ( string login, string password ) : System

Constructs an AutnenticatingWeb that is used to wrap an HttpWebRequest with authentication

Delete ( string url ) : IResponse

Performns a DELETE and returns HttpWebResponse

Get ( string url ) : IResponse

Performns a GET and returns HttpWebResponse

Get ( string url, IEnumerable data ) : IResponse

Performns a GET and returns HttpWebResponse

Post ( string url, IEnumerable data ) : IResponse

Performns a POST and returns HttpWebResponse

Put ( string url, IEnumerable data ) : IResponse

Performns a PUT and returns HttpWebResponse

비공개 메소드들

메소드 설명
Authenticate ( HttpWebRequest request ) : void

Add credentials to the request

메소드 상세

AuthenticatingWeb() 공개 메소드

Constructs an AutnenticatingWeb that is used to wrap an HttpWebRequest with authentication
public AuthenticatingWeb ( string login, string password ) : System
login string
password string
리턴 System

Delete() 공개 메소드

Performns a DELETE and returns HttpWebResponse
public Delete ( string url ) : IResponse
url string
리턴 IResponse

Get() 공개 메소드

Performns a GET and returns HttpWebResponse
public Get ( string url ) : IResponse
url string
리턴 IResponse

Get() 공개 메소드

Performns a GET and returns HttpWebResponse
public Get ( string url, IEnumerable data ) : IResponse
url string
data IEnumerable
리턴 IResponse

Post() 공개 메소드

Performns a POST and returns HttpWebResponse
public Post ( string url, IEnumerable data ) : IResponse
url string
data IEnumerable
리턴 IResponse

Put() 공개 메소드

Performns a PUT and returns HttpWebResponse
public Put ( string url, IEnumerable data ) : IResponse
url string
data IEnumerable
리턴 IResponse