WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

HttpResponseExtension..::..IssuccessStatusCode Method

returns the fact that the response status code was in the range of 200-399.

Namespace:  System.Net
Assembly:  Walter (in Walter.dll)

Syntax


public static bool IssuccessStatusCode(
	this Nullable<HttpWebResponse> sender
)

Parameters

sender
Type: Nullable<(Of <(<'HttpWebResponse>)>)>
The sender.

Return Value

true if successful executed, false otherwise.