MessageHeaderInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents system information regarding a SOAP message header.
public ref class MessageHeaderInfo abstract
public abstract class MessageHeaderInfo
type MessageHeaderInfo = class
Public MustInherit Class MessageHeaderInfo
- Inheritance
-
MessageHeaderInfo
- Derived
Constructors
MessageHeaderInfo() |
Initializes a new instance of the MessageHeaderInfo class. |
Properties
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. |
Methods
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) |