Click or drag to resize
WebRequestResultT Constructor (HttpStatusCode, T)
Creates a new object.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WebRequestResult(
	HttpStatusCode httpStatusCode,
	T result
)

Parameters

httpStatusCode
Type: System.NetHttpStatusCode
result
Type: T
See Also