Method | Description | |
---|---|---|
DeleteFromUrl ( this url, string acceptContentType = "*/*", Action |
||
GetBytesFromUrl ( this url, string acceptContentType = "*/*", Action |
||
GetJsonFromUrl ( this url, Action |
||
GetResponseStatus ( this url ) : HttpStatusCode? | ||
GetStatus ( this ex ) : HttpStatusCode? | ||
GetStringFromUrl ( this url, string acceptContentType = "*/*", Action |
||
GetXmlFromUrl ( this url, Action |
||
HasStatus ( this webEx, HttpStatusCode statusCode ) : bool | ||
HeadFromUrl ( this url, string acceptContentType = "*/*", Action |
||
IsAny300 ( this ex ) : bool | ||
IsAny400 ( this ex ) : bool | ||
IsAny500 ( this ex ) : bool | ||
IsBadRequest ( this ex ) : bool | ||
IsForbidden ( this ex ) : bool | ||
IsInternalServerError ( this ex ) : bool | ||
IsNotFound ( this ex ) : bool | ||
IsUnauthorized ( this ex ) : bool | ||
OptionsFromUrl ( this url, string acceptContentType = "*/*", Action |
||
PostBytesToUrl ( this url, byte requestBody = null, string contentType = null, string acceptContentType = "*/*", Action |
||
PostJsonToUrl ( this url, object data, Action |
||
PostJsonToUrl ( this url, string json, Action |
||
PostStringToUrl ( this url, string requestBody = null, string contentType = null, string acceptContentType = "*/*", Action |
||
PostToUrl ( this url, object formData = null, string acceptContentType = "*/*", Action |
||
PostToUrl ( this url, string formData = null, string acceptContentType = "*/*", Action |
||
PostXmlToUrl ( this url, object data, Action |
||
PostXmlToUrl ( this url, string xml, Action |
||
PutBytesToUrl ( this url, byte requestBody = null, string contentType = null, string acceptContentType = "*/*", Action |
||
PutJsonToUrl ( this url, object data, Action |
||
PutJsonToUrl ( this url, string json, Action |
||
PutStringToUrl ( this url, string requestBody = null, string contentType = null, string acceptContentType = "*/*", Action |
||
PutToUrl ( this url, object formData = null, string acceptContentType = "*/*", Action |
||
PutToUrl ( this url, string formData = null, string acceptContentType = "*/*", Action |
||
PutXmlToUrl ( this url, object data, Action |
||
PutXmlToUrl ( this url, string xml, Action |
||
SendBytesToUrl ( this url, string method = null, byte requestBody = null, string contentType = null, string acceptContentType = "*/*", Action |
||
SendStringToUrl ( this url, string method = null, string requestBody = null, string contentType = null, string acceptContentType = "*/*", Action |
||
ToFormUrlEncoded ( this queryParams ) : string |
public static DeleteFromUrl ( this url, string acceptContentType = "*/*", Action |
||
url | this | |
acceptContentType | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static GetBytesFromUrl ( this url, string acceptContentType = "*/*", Action |
||
url | this | |
acceptContentType | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | byte[] |
public static GetJsonFromUrl ( this url, Action |
||
url | this | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static GetResponseStatus ( this url ) : HttpStatusCode? | ||
url | this | |
return | HttpStatusCode? |
public static GetStatus ( this ex ) : HttpStatusCode? | ||
ex | this | |
return | HttpStatusCode? |
public static GetStringFromUrl ( this url, string acceptContentType = "*/*", Action |
||
url | this | |
acceptContentType | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static GetXmlFromUrl ( this url, Action |
||
url | this | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static HasStatus ( this webEx, HttpStatusCode statusCode ) : bool | ||
webEx | this | |
statusCode | HttpStatusCode | |
return | bool |
public static HeadFromUrl ( this url, string acceptContentType = "*/*", Action |
||
url | this | |
acceptContentType | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static IsBadRequest ( this ex ) : bool | ||
ex | this | |
return | bool |
public static IsInternalServerError ( this ex ) : bool | ||
ex | this | |
return | bool |
public static IsUnauthorized ( this ex ) : bool | ||
ex | this | |
return | bool |
public static OptionsFromUrl ( this url, string acceptContentType = "*/*", Action |
||
url | this | |
acceptContentType | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static PostBytesToUrl ( this url, byte requestBody = null, string contentType = null, string acceptContentType = "*/*", Action |
||
url | this | |
requestBody | byte | |
contentType | string | |
acceptContentType | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | byte[] |
public static PostJsonToUrl ( this url, object data, Action |
||
url | this | |
data | object | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static PostJsonToUrl ( this url, string json, Action |
||
url | this | |
json | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static PostStringToUrl ( this url, string requestBody = null, string contentType = null, string acceptContentType = "*/*", Action |
||
url | this | |
requestBody | string | |
contentType | string | |
acceptContentType | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static PostToUrl ( this url, object formData = null, string acceptContentType = "*/*", Action |
||
url | this | |
formData | object | |
acceptContentType | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static PostToUrl ( this url, string formData = null, string acceptContentType = "*/*", Action |
||
url | this | |
formData | string | |
acceptContentType | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static PostXmlToUrl ( this url, object data, Action |
||
url | this | |
data | object | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static PostXmlToUrl ( this url, string xml, Action |
||
url | this | |
xml | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static PutBytesToUrl ( this url, byte requestBody = null, string contentType = null, string acceptContentType = "*/*", Action |
||
url | this | |
requestBody | byte | |
contentType | string | |
acceptContentType | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | byte[] |
public static PutJsonToUrl ( this url, object data, Action |
||
url | this | |
data | object | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static PutJsonToUrl ( this url, string json, Action |
||
url | this | |
json | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static PutStringToUrl ( this url, string requestBody = null, string contentType = null, string acceptContentType = "*/*", Action |
||
url | this | |
requestBody | string | |
contentType | string | |
acceptContentType | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static PutToUrl ( this url, object formData = null, string acceptContentType = "*/*", Action |
||
url | this | |
formData | object | |
acceptContentType | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static PutToUrl ( this url, string formData = null, string acceptContentType = "*/*", Action |
||
url | this | |
formData | string | |
acceptContentType | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static PutXmlToUrl ( this url, object data, Action |
||
url | this | |
data | object | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static PutXmlToUrl ( this url, string xml, Action |
||
url | this | |
xml | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static SendBytesToUrl ( this url, string method = null, byte requestBody = null, string contentType = null, string acceptContentType = "*/*", Action |
||
url | this | |
method | string | |
requestBody | byte | |
contentType | string | |
acceptContentType | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | byte[] |
public static SendStringToUrl ( this url, string method = null, string requestBody = null, string contentType = null, string acceptContentType = "*/*", Action |
||
url | this | |
method | string | |
requestBody | string | |
contentType | string | |
acceptContentType | string | |
requestFilter | Action |
|
responseFilter | Action |
|
return | string |
public static ToFormUrlEncoded ( this queryParams ) : string | ||
queryParams | this | |
return | string |