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) |