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
Syntaxpublic PostRequestEventArgs(
HttpResponseMessage httpResponseMessage,
string content
)
Public Sub New (
httpResponseMessage As HttpResponseMessage,
content As String
)
public:
PostRequestEventArgs(
HttpResponseMessage^ httpResponseMessage,
String^ content
)
new :
httpResponseMessage : HttpResponseMessage *
content : string -> PostRequestEventArgs
Parameters
- httpResponseMessage
- Type: System.Net.HttpHttpResponseMessage
HTTP response returned by the Autoaddress endpoint - content
- Type: SystemString
Content from the response.
See Also