DiscoveryMessageSequenceCD1 Class

.NET Framework (current version)
 

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

Namespace:   System.ServiceModel.Discovery.VersionCD1
Assembly:  System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)

System::Object
  System.ServiceModel.Discovery.VersionCD1::DiscoveryMessageSequenceCD1

public ref class DiscoveryMessageSequenceCD1 : IXmlSerializable

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticFromDiscoveryMessageSequence(DiscoveryMessageSequence^)

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

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetSchema()

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

System_CAPS_pubmethodSystem_CAPS_staticGetSchema(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.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodReadXml(XmlReader^)

Reads a discovery message sequence from XML.

System_CAPS_pubmethodToDiscoveryMessageSequence()

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

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodWriteXml(XmlWriter^)

Writes the DiscoveryMessageSequenceCD1 instance to XML.

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

.NET Framework
Available since 4.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: