HttpSender Class
HTTP sender. This sender supports most message types and has no dependency on COM or a client. This is the recommended sender for sending messages to the management point.
We do not recommended that you invoke senders directly. Instead, use SendMessage for sending or receiving data from the management point.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | HttpSender() | Initializes a new instance of the HttpSender class. |
| Name | Description | |
|---|---|---|
![]() ![]() | AllowProxyTraversal | Gets or sets a value that indicates whether proxy traversal by the sender is allowed. The default value is false. |
![]() | ContentType | Gets or sets the content type. The default value is the .NET default. |
![]() | UserAgent | Gets or sets the user agent. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | SendAsync(IMessage^) | Sends a message but doesn't receive a reply asynchronously. |
![]() | SendSync(IMessage^) | Sends a message and retrieves the reply synchronously. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | OnRawDataReceived | Event that is fired when data is received from the wire. |
![]() | OnRawDataSend | Event that is fired when data is transmitted over the wire. |
![]() | OnReceived | |
![]() | OnSend |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



