Click or drag to resize
WebRequestHelper Class
A static class that helps with some common tasks when dealing with web requests.
Inheritance Hierarchy
SystemObject
  VirtualRadar.InterfaceWebRequestHelper

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class WebRequestHelper

The WebRequestHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetResponse
A wrapper around GetResponse that automatically retries when the request fails because of common transitory errors.
Public methodStatic memberGetResponseStream
A wrapper around GetResponseStream that automatically retries when the request fails because of common transitory errors.
Top
Fields
  NameDescription
Public fieldStatic memberTimeoutMilliseconds
The period of time that requests will be repeated for before it gives up.
Top
See Also