public Post ( string url, string userName, string password, string contentType, string data ) : string | ||
url | string | The URL to perform the POST operation |
userName | string | The username to use with the request |
password | string | The password to use with the request |
contentType | string | |
data | string | The data to post |
return | string |