Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DiscoveryVersion Class

.NET Framework (current version)
 

Specifies the version of the WS-Discovery protocol to use.

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

System::Object
  System.ServiceModel.Discovery::DiscoveryVersion

public ref class DiscoveryVersion sealed 

NameDescription
System_CAPS_pubpropertyAdhocAddress

Gets the address to which ad hoc discovery messages are sent.

System_CAPS_pubpropertyMessageVersion

Gets the message version.

System_CAPS_pubpropertyName

Gets the name of the discovery version.

System_CAPS_pubpropertyNamespace

Gets the discovery version namespace.

System_CAPS_pubpropertySystem_CAPS_staticWSDiscovery11

Gets the 1.1 version of the WS-Discovery protocol.

System_CAPS_pubpropertySystem_CAPS_staticWSDiscoveryApril2005

Gets the April 2005 version of the WS-Discovery protocol.

System_CAPS_pubpropertySystem_CAPS_staticWSDiscoveryCD1

Gets the Committee Draft 1 version of the WS-Discovery protocol.

NameDescription
System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_pubmethodSystem_CAPS_staticFromName(String^)

Gets the specified discovery version.

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetType()

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

System_CAPS_pubmethodToString()

Creates a string representation of the WS-Discovery protocol version.(Overrides Object::ToString().)

.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:
© 2017 Microsoft