DiscoveryMessageSequenceApril2005 Class

Definition

Represents the AppSequence header defined in the April 2005 version of the WS-Discovery Protocol.

public ref class DiscoveryMessageSequenceApril2005 : System::Xml::Serialization::IXmlSerializable
public class DiscoveryMessageSequenceApril2005 : System.Xml.Serialization.IXmlSerializable
type DiscoveryMessageSequenceApril2005 = class
    interface IXmlSerializable
Public Class DiscoveryMessageSequenceApril2005
Implements IXmlSerializable
Inheritance
DiscoveryMessageSequenceApril2005
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 DiscoveryMessageSequenceApril2005 class from the specified DiscoveryMessageSequence instance.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetSchema()

Gets the schema for the AppSequence header for the April 2005 version of the WS-Discovery protocol.

GetSchema(XmlSchemaSet)

Gets the schema for the AppSequence header for the April 2005 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 DiscoveryMessageSequenceApril2005 instance.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
WriteXml(XmlWriter)

Writes the DiscoveryMessageSequenceApril2005 to XML.

Applies to