DiscoveryVersion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the version of the WS-Discovery protocol to use.
public ref class DiscoveryVersion sealed
public sealed class DiscoveryVersion
type DiscoveryVersion = class
Public NotInheritable Class DiscoveryVersion
- Inheritance
-
DiscoveryVersion
Properties
AdhocAddress |
Gets the address to which ad hoc discovery messages are sent. |
MessageVersion |
Gets the message version. |
Name |
Gets the name of the discovery version. |
Namespace |
Gets the discovery version namespace. |
WSDiscovery11 |
Gets the 1.1 version of the WS-Discovery protocol. |
WSDiscoveryApril2005 |
Gets the April 2005 version of the WS-Discovery protocol. |
WSDiscoveryCD1 |
Gets the Committee Draft 1 version of the WS-Discovery protocol. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
FromName(String) |
Gets the specified discovery version. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Creates a string representation of the WS-Discovery protocol version. |