DiscoveryMessageSequence11 Class

Definition

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

public ref class DiscoveryMessageSequence11 : System::Xml::Serialization::IXmlSerializable
public class DiscoveryMessageSequence11 : System.Xml.Serialization.IXmlSerializable
type DiscoveryMessageSequence11 = class
    interface IXmlSerializable
Public Class DiscoveryMessageSequence11
Implements IXmlSerializable
Inheritance
DiscoveryMessageSequence11
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 DiscoveryMessageSequence11 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 version 1.1 of the WS-Discovery protocol.

GetSchema(XmlSchemaSet)

Gets the schema for the AppSequence header as defined in version 1.1 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 DiscoveryMessageSequence11 instance.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
WriteXml(XmlWriter)

Writes the DiscoveryMessageSequence11 instance to XML.

Applies to