GetPostResponse(String, DictionaryString, String)
|
Sends a POST method request and returns the server response.
|
GetPostResponse(String, NameValueCollection)
|
Sends a POST method request and returns the server response.
|
GetPostResponse(Uri, DictionaryString, String)
|
Sends a POST method request and returns the server response.
|
GetPostResponse(Uri, NameValueCollection)
|
Sends a POST method request and returns the server response.
|
GetPostResponse(String, CookieContainer, DictionaryString, String)
|
Sends a POST method request and returns the server response.
|
GetPostResponse(String, CookieContainer, NameValueCollection)
|
Sends a POST method request and returns the server response.
|
GetPostResponse(Uri, CookieContainer, DictionaryString, String)
|
Sends a POST method request and returns the server response.
|
GetPostResponse(Uri, CookieContainer, NameValueCollection)
|
Sends a POST method request and returns the server response.
|