WebRequestHelperGetResponseStream Method |
A wrapper around GetResponseStream that automatically retries when the request fails because
of common transitory errors.
Namespace: VirtualRadar.InterfaceAssembly: 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
)
Public Shared Function GetResponseStream (
response As WebResponse,
Optional suppressRepeat As Boolean = false
) As Stream
public:
static Stream^ GetResponseStream(
WebResponse^ response,
bool suppressRepeat = false
)
static member GetResponseStream :
response : WebResponse *
?suppressRepeat : bool
(* Defaults:
let _suppressRepeat = defaultArg suppressRepeat false
*)
-> Stream
Parameters
- response
- Type: System.NetWebResponse
- suppressRepeat (Optional)
- Type: SystemBoolean
Return Value
Type:
StreamSee Also