Click or drag to resize

PostRequestEventArgs Constructor

Initializes a new instance of the PostRequestEventArgs class.

Namespace:  Autoaddress.Autoaddress2_0
Assembly:  Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntax
public PostRequestEventArgs(
	HttpResponseMessage httpResponseMessage,
	string content
)

Parameters

httpResponseMessage
Type: System.Net.HttpHttpResponseMessage
HTTP response returned by the Autoaddress endpoint
content
Type: SystemString
Content from the response.
See Also