C# 클래스 Elastacloud.AzureManagement.Fluent.BasicHttpRequestBuilder

상속: QueryManager.IHttpRequestBuilder
파일 보기 프로젝트 열기: azurecoder/fluent-management

공개 메소드들

메소드 설명
AddCertificate ( X509Certificate certificate ) : void
AddHeader ( string key, string value ) : void
BasicHttpRequestBuilder ( ) : System
Create ( ) : HttpWebRequest
HttpHeaderExists ( string key ) : bool
ReplaceOrAddHeader ( string key, string value ) : void
SetAccept ( string accept ) : void
SetBody ( string body ) : void
SetContentType ( string contentType ) : void
SetMethod ( string method ) : void
SetUri ( Uri requestUri ) : void

메소드 상세

AddCertificate() 공개 메소드

public AddCertificate ( X509Certificate certificate ) : void
certificate System.Security.Cryptography.X509Certificates.X509Certificate
리턴 void

AddHeader() 공개 메소드

public AddHeader ( string key, string value ) : void
key string
value string
리턴 void

BasicHttpRequestBuilder() 공개 메소드

public BasicHttpRequestBuilder ( ) : System
리턴 System

Create() 공개 메소드

public Create ( ) : HttpWebRequest
리턴 System.Net.HttpWebRequest

HttpHeaderExists() 공개 메소드

public HttpHeaderExists ( string key ) : bool
key string
리턴 bool

ReplaceOrAddHeader() 공개 메소드

public ReplaceOrAddHeader ( string key, string value ) : void
key string
value string
리턴 void

SetAccept() 공개 메소드

public SetAccept ( string accept ) : void
accept string
리턴 void

SetBody() 공개 메소드

public SetBody ( string body ) : void
body string
리턴 void

SetContentType() 공개 메소드

public SetContentType ( string contentType ) : void
contentType string
리턴 void

SetMethod() 공개 메소드

public SetMethod ( string method ) : void
method string
리턴 void

SetUri() 공개 메소드

public SetUri ( Uri requestUri ) : void
requestUri System.Uri
리턴 void