Метод | Описание | |
---|---|---|
AddCredentials ( ICredentials credentials ) : void | ||
AddHeaders ( |
||
AddRequestBody ( string contentType, string content ) : void | ||
BeginGetResponse ( Action | ||
EndGetResponse ( object asyncRequest ) : IHttpResponse | ||
GetResponse ( ) : IHttpResponse | ||
HttpWebRequestWrapper ( |
public AddCredentials ( ICredentials credentials ) : void | ||
credentials | ICredentials | |
Результат | void |
public AddHeaders ( |
||
headers | ||
Результат | void |
public AddRequestBody ( string contentType, string content ) : void | ||
contentType | string | |
content | string | |
Результат | void |
public BeginGetResponse ( Action | ||
action | Action | |
asyncRequest | object | |
Результат | void |
public EndGetResponse ( object asyncRequest ) : IHttpResponse | ||
asyncRequest | object | |
Результат | IHttpResponse |
public HttpWebRequestWrapper ( |
||
webrequest | ||
Результат | System |