WebFileCacheClientGetWebRequest Method |
Returns a
WebRequest object for the specified resource.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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