Click or drag to resize

PreRequestEventArgs Constructor

Initializes a new instance of the PreRequestEventArgs class.

Namespace:  Autoaddress.Autoaddress2_0
Assembly:  Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntax
public PreRequestEventArgs(
	Object autoaddressRequest,
	HttpRequestMessage httpRequestMessage
)

Parameters

autoaddressRequest
Type: SystemObject
FindAddress, AutoComplete or other request object.
httpRequestMessage
Type: System.Net.HttpHttpRequestMessage
HTTP message that will be sent to the Autoaddress endpoint.
See Also