HttpMessageSettings 類別
定義
可搭配 HTTP 傳輸用來指定 HttpMessage 支援設定的繫結參數。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)
- 繼承
-
HttpMessageSettings
- 實作
建構函式
HttpMessageSettings() |
初始化 HttpMessageSettings 類別的新執行個體。Initializes a new instance of the HttpMessageSettings class. |
屬性
HttpMessagesSupported |
取得或設定值,指出 HTTP 傳輸是否應該支援 HttpRequestMessage 和 HttpResponseMessage 執行個體。Gets or sets a value indicating whether the HTTP transport should support HttpRequestMessage and HttpResponseMessage instances. |
方法
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. (繼承來源 Object) |
GetHashCode() |
作為預設雜湊函數。Serves as the default hash function. (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。Gets the Type of the current instance. (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。Creates a shallow copy of the current Object. (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。Returns a string that represents the current object. (繼承來源 Object) |