HttpSenderRawDataEventArgs Class

 

Class used to signal raw data events.

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

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

[SerializableAttribute]
public ref class HttpSenderRawDataEventArgs sealed : EventArgs

NameDescription
System_CAPS_pubmethodHttpSenderRawDataEventArgs()

Initializes a new instance of the HttpSenderRawDataEventArgs class.

System_CAPS_pubmethodHttpSenderRawDataEventArgs(array<Byte>^)

Initializes a new instance of the HttpSenderRawDataEventArgs class.

System_CAPS_pubmethodHttpSenderRawDataEventArgs(array<Byte>^, WebRequest^)

Initializes a new instance of the HttpSenderRawDataEventArgs class.

System_CAPS_pubmethodHttpSenderRawDataEventArgs(array<Byte>^, WebResponse^)

Initializes a new instance of the HttpSenderRawDataEventArgs class.

NameDescription
System_CAPS_pubpropertyHeaders

Gets the headers from the HTTP event.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetRawData()

Gets the raw data for the event.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: