메소드 | 설명 | |
---|---|---|
ExecuteCommand ( string uri, int status ) : void |
Executes a command request and doesn't wait or process the response but checks the status and throws an exception if not acheived
|
|
GetStringResponse ( string username, string password, string uri ) : string |
Used to get a string response given a uri, username and password
|
|
PostStringResponse ( string username, string password, string uri, string content ) : string |
Used to get a return value from a post request
|
메소드 | 설명 | |
---|---|---|
GetBasicAuthenticationCredentials ( string username, string password ) : string | ||
GetWebClient ( ) : |
||
GetWebClient ( string username, string password ) : |
public ExecuteCommand ( string uri, int status ) : void | ||
uri | string | the uri requested |
status | int | The Http Status response code expected |
리턴 | void |
public GetStringResponse ( string username, string password, string uri ) : string | ||
username | string | |
password | string | |
uri | string | |
리턴 | string |
public PostStringResponse ( string username, string password, string uri, string content ) : string | ||
username | string | |
password | string | |
uri | string | |
content | string | |
리턴 | string |