[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the HttpSenderRawDataEventArgsclass.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Sender.Http
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
HttpSenderRawDataEventArgs(
	
byte[] 
eventRawData,
	
WebResponse 
response
)
Public 
Sub 
New ( _
	
eventRawData 
As 
Byte(), _
	
response 
As 
WebResponse _
)
public:
HttpSenderRawDataEventArgs(
	
array<
unsigned char>^ 
eventRawData, 
	
WebResponse^ 
response
)

Parameters

eventRawData
array< Byte > [] () [] []
response
WebResponse

See Also