메소드 | 설명 | |
---|---|---|
CreateRequest ( string resource ) : System.Net.Request |
Creates a request for the specified resource.
|
|
CreateRequest ( string resource, object>.Dictionary |
Creates a request for the specified resource, with the specified query string arguments.
|
|
CreateRequest ( string resource, string args ) : System.Net.Request |
Creates a request for the specified resource, with the specified query string arguments.
|
|
Get ( string resource, object>.Dictionary |
Convenience method for issuing an HTTP GET request.
|
|
Get ( string resource, string args ) : System.Net.Response |
Convenience method for issuing an HTTP GET request.
|
|
RestClient ( string baseUrl ) : System |
Constructs a REST client for the specified base URL.
|
메소드 | 설명 | |
---|---|---|
QueryString ( object>.Dictionary |
public CreateRequest ( string resource ) : System.Net.Request | ||
resource | string | |
리턴 | System.Net.Request |
public CreateRequest ( string resource, object>.Dictionary |
||
resource | string | |
args | object>.Dictionary | |
리턴 | System.Net.Request |
public CreateRequest ( string resource, string args ) : System.Net.Request | ||
resource | string | |
args | string | |
리턴 | System.Net.Request |
public Get ( string resource, object>.Dictionary |
||
resource | string | |
args | object>.Dictionary | |
리턴 | System.Net.Response |
public Get ( string resource, string args ) : System.Net.Response | ||
resource | string | |
args | string | |
리턴 | System.Net.Response |