Method | Description | |
---|---|---|
MakeWebRequest ( string url, string method ) : void | ||
MakeWebRequest ( string url, string method, string body ) : void | ||
MakeWebRequestWithResult ( string url, string method ) : string | ||
MakeWebRequestWithResult ( string url, string method, string body ) : string | ||
RawClient ( IHeaderAppender headerAppender, string contentType ) : System |
Method | Description | |
---|---|---|
AddRequestBody ( string body, |
||
BuildRequest ( string url, string method ) : |
||
ExtractWebResponseFromException ( string url, |
||
InitiateRequest ( |
||
ParseResponseAsString ( |
||
TryWebRequest ( string url, string method, WebResponse>.Func |
||
TryWebRequest ( string url, string method, Action |
public MakeWebRequest ( string url, string method ) : void | ||
url | string | |
method | string | |
return | void |
public MakeWebRequest ( string url, string method, string body ) : void | ||
url | string | |
method | string | |
body | string | |
return | void |
public MakeWebRequestWithResult ( string url, string method ) : string | ||
url | string | |
method | string | |
return | string |
public MakeWebRequestWithResult ( string url, string method, string body ) : string | ||
url | string | |
method | string | |
body | string | |
return | string |
public RawClient ( IHeaderAppender headerAppender, string contentType ) : System | ||
headerAppender | IHeaderAppender | |
contentType | string | |
return | System |