PeerResolverMode Enumeration
.NET Framework (current version)
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. | |
| Custom | A custom resolver is used. | |
| Pnrp | The PNRP resolver is used. |
If the specified peer resolver is unavailable, a InvalidOperationException will be thrown when an attempt to use the resolver is made.
.NET Framework
Available since 3.0
Available since 3.0
Show: