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 protected override WebRequest GetWebRequest(
Uri address
)
Parameters
- address
- Type: SystemUri
A Uri that identifies the resource to request.
Return Value
Type:
WebRequestA new
WebRequest object for the specified resource.
See Also