Property | Type | Description | |
---|---|---|---|
QueryString | string>.Dictionary |
Property | Type | Description | |
---|---|---|---|
Client | |||
PostVars | string>.Dictionary |
Method | Description | |
---|---|---|
GetFormUrlEncodedPostVars ( ) : string>.Dictionary |
If a form was submitted using the POST http method, and the entity body is UrlFormEncoded, the post variables can be fetched from this method
|
|
HttpRequest ( |
Creates a new instance of HttpRequest
|
public GetFormUrlEncodedPostVars ( ) : string>.Dictionary |
||
return | string>.Dictionary |
public HttpRequest ( |
||
Request | ||
Client | The HttpClient creating this response | |
return | System |