MessageHeaderInfo 類別
定義
表示與 SOAP 訊息標頭有關的系統資訊。Represents system information regarding a SOAP message header.
public ref class MessageHeaderInfo abstract
public abstract class MessageHeaderInfo
type MessageHeaderInfo = class
Public MustInherit Class MessageHeaderInfo
- 繼承
-
MessageHeaderInfo
- 衍生
建構函式
MessageHeaderInfo() |
初始化 MessageHeaderInfo 類別的新執行個體。Initializes a new instance of the MessageHeaderInfo class. |
屬性
Actor |
取得或設定訊息標頭的目的收件者。Gets or sets the intended recipient of the message header. |
IsReferenceParameter |
取得值,此值會指定訊息標頭是否表示端點參考的參考參數。Gets a value that specifies whether the message header represents reference parameters of an endpoint reference. |
MustUnderstand |
取得或設定值,這個值指出訊息標頭的處理為強制性或選擇性。Gets or sets a value that indicates whether processing the message header is mandatory or optional. |
Name |
取得訊息標頭的名稱。Gets the name of the message header. |
Namespace |
取得訊息標頭的命名空間。Gets the namespace of the message header. |
Relay |
取得或設定值,這個值表示是否可以轉送訊息標頭。Gets or sets a value that indicates whether the message header can be relayed. |
方法
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) |