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

Event fired when data is transmitted over the wire

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public event 
EventHandler<

HttpSenderRawDataEventArgs> 
OnRawDataSend
Public Event 
OnRawDataSend 
As 
EventHandler(
Of 

HttpSenderRawDataEventArgs)
public:
 
event 
EventHandler<

HttpSenderRawDataEventArgs^>^ 
OnRawDataSend {
	
void 
add (
EventHandler<

HttpSenderRawDataEventArgs^>^ 
value);
	
void 
remove (
EventHandler<

HttpSenderRawDataEventArgs^>^ 
value);
}

See Also