HttpMessageSettings Class

Definition

A binding parameter that can be used with the HTTP Transport to specify the setting for HttpMessage support.

public ref class HttpMessageSettings sealed : IEquatable<System::ServiceModel::Channels::HttpMessageSettings ^>
public sealed class HttpMessageSettings : IEquatable<System.ServiceModel.Channels.HttpMessageSettings>
type HttpMessageSettings = class
    interface IEquatable<HttpMessageSettings>
Public NotInheritable Class HttpMessageSettings
Implements IEquatable(Of HttpMessageSettings)
Inheritance
HttpMessageSettings
Implements

Constructors

HttpMessageSettings()

Initializes a new instance of the HttpMessageSettings class.

Properties

HttpMessagesSupported

Gets or sets a value indicating whether the HTTP transport should support HttpRequestMessage and HttpResponseMessage instances.

Methods

Equals(HttpMessageSettings)

Determines whether the specified Object is equal to the current Object.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to