DiscoveryMessageSequenceCD1 Class

Definition

Represents the AppSequence header defined in the Committee Draft 1 version of the WS-Discovery Protocol.

public ref class DiscoveryMessageSequenceCD1 : System::Xml::Serialization::IXmlSerializable
public class DiscoveryMessageSequenceCD1 : System.Xml.Serialization.IXmlSerializable
type DiscoveryMessageSequenceCD1 = class
    interface IXmlSerializable
Public Class DiscoveryMessageSequenceCD1
Implements IXmlSerializable
Inheritance
DiscoveryMessageSequenceCD1
Implements

Remarks

This class allows a receiver of discovery messages to process those messages in order even though they were received out of order.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
FromDiscoveryMessageSequence(DiscoveryMessageSequence)

Initializes a new instance of the DiscoveryMessageSequenceCD1 class from the specified DiscoveryMessageSequence instance.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetSchema()

Gets the schema for the AppSequence header as defined in the Committee Draft 1 version of the WS-Discovery protocol.

GetSchema(XmlSchemaSet)

Gets the schema for the AppSequence header as defined in the Committee Draft 1 version of the WS-Discovery protocol and adds it to the specified schema set if the schema set does not already contain the schema.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ReadXml(XmlReader)

Reads a discovery message sequence from XML.

ToDiscoveryMessageSequence()

Initializes a new instance of the DiscoveryMessageSequence class from the current DiscoveryMessageSequenceCD1 instance.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
WriteXml(XmlWriter)

Writes the DiscoveryMessageSequenceCD1 instance to XML.

Applies to