Click or drag to resize
ContextHeader Class
SOAP Model
Inheritance Hierarchy

Namespace: IdmNet.SoapModels
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public sealed class ContextHeader : MessageHeader

The ContextHeader type exposes the following members.

Constructors
  NameDescription
Public methodContextHeader
SOAP Model Ctor
Top
Properties
  NameDescription
Public propertyActor
Gets or sets the targeted recipient of the message header.
(Inherited from MessageHeader.)
Public propertyIsReferenceParameter
Gets a value that specifies whether this message header contains reference parameters of an endpoint reference.
(Inherited from MessageHeader.)
Public propertyMustUnderstand
Gets or sets a value that indicates whether the header must be understood, according to SOAP 1.1/1.2 specification.
(Inherited from MessageHeader.)
Public propertyName
Par of a SOAP Model
(Overrides MessageHeaderInfoName.)
Public propertyNamespace
Par of a SOAP Model
(Overrides MessageHeaderInfoNamespace.)
Public propertyRelay
Gets a value that indicates whether the header should be relayed.
(Inherited from MessageHeader.)
Public propertyWorkflowInstanceID
Par of a SOAP Model
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsMessageVersionSupported
Verifies whether the specified message version is supported.
(Inherited from MessageHeader.)
Public methodToString
Returns the string representation of this message header.
(Inherited from MessageHeader.)
Public methodWriteHeader(XmlWriter, MessageVersion)
Serializes the header using the specified XML writer.
(Inherited from MessageHeader.)
Public methodWriteHeader(XmlDictionaryWriter, MessageVersion)
Serializes the header using the specified XML writer.
(Inherited from MessageHeader.)
Public methodWriteHeaderContents
Serializes the header contents using the specified XML writer.
(Inherited from MessageHeader.)
Public methodWriteStartHeader
Serializes the start header using the specified XML writer.
(Inherited from MessageHeader.)
Top
See Also