WebHandlerBaseGetWebRequest Method (String, String) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Returns a WebReques containing the response to the request to a Uniform Resource Identifier (URI). All cookies and credentials are stored in session variables.

Namespace: ContentStudio.Site
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public WebRequest GetWebRequest(
	string method,
	string url
)

Parameters

method
Type: SystemString
Sets the method for the request.
url
Type: SystemString
URL to surf to.

Return Value

Type: WebRequest
Returns a WebReques containing the response to the request to a Uniform Resource Identifier (URI).
See Also

Reference