This documentation is archived and is not being maintained.
PeerResolverMode Enumeration
Visual Studio 2010
Determines the type of peer resolver being used.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| Auto | Automatically determines the type of resolver to use from the information set on the binding. If available, a custom resolver is used. If one is unavailable, the PNRP peer resolver is used. A peer resolver is considered "available" if the Address and Binding properties are set on it. | |
| Pnrp | The PNRP resolver is used. | |
| Custom | A custom resolver is used. |
If the specified peer resolver is unavailable, a InvalidOperationException will be thrown when an attempt to use the resolver is made.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: