Click or drag to resize

WebFileCacheClientGetWebRequest Method

Returns a WebRequest object for the specified resource.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected override WebRequest GetWebRequest(
	Uri address
)

Parameters

address
Type: SystemUri
A Uri that identifies the resource to request.

Return Value

Type: WebRequest
A new WebRequest object for the specified resource.
See Also