HttpSenderRawDataEventArgs Class
Class used to signal raw data events.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
System::EventArgs
Microsoft.ConfigurationManagement.Messaging.Sender.Http::HttpSenderRawDataEventArgs
| Name | Description | |
|---|---|---|
![]() | HttpSenderRawDataEventArgs() | Initializes a new instance of the HttpSenderRawDataEventArgs class. |
![]() | HttpSenderRawDataEventArgs(array<Byte>^) | Initializes a new instance of the HttpSenderRawDataEventArgs class. |
![]() | HttpSenderRawDataEventArgs(array<Byte>^, WebRequest^) | Initializes a new instance of the HttpSenderRawDataEventArgs class. |
![]() | HttpSenderRawDataEventArgs(array<Byte>^, WebResponse^) | Initializes a new instance of the HttpSenderRawDataEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Headers | Gets the headers from the HTTP event. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetRawData() | Gets the raw data for the event. |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

