Click or drag to resize

WebFileCacheClientGetWebResponse Method (WebRequest)

Returns the WebResponse for the specified WebRequest.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected override WebResponse GetWebResponse(
	WebRequest request
)

Parameters

request
Type: System.NetWebRequest
A WebRequest that is used to obtain the response.

Return Value

Type: WebResponse
A WebResponse containing the response for the specified WebRequest.
See Also