C# 클래스 DeployToAzure.Management.Http

상속: IHttp
파일 보기 프로젝트 열기: mg-alfa-dev/DeployToAzure 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( string uri ) : HttpResponse
Get ( string uri ) : HttpResponse
Http ( X509Certificate2 certificate ) : System
Post ( string uri, string content ) : HttpResponse

비공개 메소드들

메소드 설명
GetResponseContent ( WebException exception ) : string
Internal ( string method, string uri, string requestBody ) : HttpResponse
Request ( string uri, string method ) : HttpWebRequest

메소드 상세

Delete() 공개 메소드

public Delete ( string uri ) : HttpResponse
uri string
리턴 HttpResponse

Get() 공개 메소드

public Get ( string uri ) : HttpResponse
uri string
리턴 HttpResponse

Http() 공개 메소드

public Http ( X509Certificate2 certificate ) : System
certificate System.Security.Cryptography.X509Certificates.X509Certificate2
리턴 System

Post() 공개 메소드

public Post ( string uri, string content ) : HttpResponse
uri string
content string
리턴 HttpResponse