C# Class Rock.Net.RockWebRequest

Used by 3rd Party Plugins
ファイルを表示 Open project: NewSpring/Rock

Public Methods

Method Description
Get ( string requestUriString ) : RockWebResponse

Gets the specified request URI string.

Send ( string requestUriString, string method, string>.Dictionary queryStringData, string>.Dictionary formData ) : RockWebResponse

Sends the specified request URI string.

Private Methods

Method Description
GetResponseString ( Stream responseStream ) : string

Gets the response string.

Method Details

Get() public static method

Gets the specified request URI string.
public static Get ( string requestUriString ) : RockWebResponse
requestUriString string The request URI string.
return RockWebResponse

Send() public static method

Sends the specified request URI string.
public static Send ( string requestUriString, string method, string>.Dictionary queryStringData, string>.Dictionary formData ) : RockWebResponse
requestUriString string The request URI string.
method string The method.
queryStringData string>.Dictionary The query string data.
formData string>.Dictionary The form data.
return RockWebResponse