Click or drag to resize
HttpUtilityGetErrorFromResponse Method
Get Errot from the Response

Namespace: DrawerBackup.Native.Runtime
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public static HttpError GetErrorFromResponse(
	HttpResponseMessage response
)

Parameters

response
Type: System.Net.HttpHttpResponseMessage

Return Value

Type: HttpError
See Also