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

Class used for signaling raw data events

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
HttpSenderRawDataEventArgs : 
EventArgs
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
HttpSenderRawDataEventArgs _
	
Inherits 
EventArgs
[
SerializableAttribute]
public 
ref class 
HttpSenderRawDataEventArgs 
sealed : 
public 
EventArgs

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
HttpSenderRawDataEventArgs () () () ()
Initializes a new instance of the HttpSenderRawDataEventArgsclass.
HttpSenderRawDataEventArgs( array< Byte > [] () [] [] )
Initializes a new instance of the HttpSenderRawDataEventArgsclass.
HttpSenderRawDataEventArgs( array< Byte > [] () [] [] , WebRequest)
Initializes a new instance of the HttpSenderRawDataEventArgsclass.
HttpSenderRawDataEventArgs( array< Byte > [] () [] [] , WebResponse)
Initializes a new instance of the HttpSenderRawDataEventArgsclass.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetRawData () () () ()
Gets the raw data for the event.
GetType () () () () (Inherited from Object.)
Headers
Headers from HTTP event
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   System . . :: . . EventArgs
     Microsoft.ConfigurationManagement.Messaging.Sender.Http . . :: . . HttpSenderRawDataEventArgs

See Also