Click or drag to resize
WebRequestHelperGetResponseStream Method
A wrapper around GetResponseStream that automatically retries when the request fails because of common transitory errors.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Stream GetResponseStream(
	WebResponse response,
	bool suppressRepeat = false
)

Parameters

response
Type: System.NetWebResponse
suppressRepeat (Optional)
Type: SystemBoolean

Return Value

Type: Stream
See Also