HttpResponseExtension..::..IssuccessStatusCode Method
returns the fact that the response status code was in the range of 200-399.
Namespace:
System.NetAssembly: Walter (in Walter.dll)
Syntax
public static bool IssuccessStatusCode( this Nullable<HttpWebResponse> sender )
Parameters
- sender
- Type: Nullable<(Of <(<'HttpWebResponse>)>)>
The sender.

