PeerCustomResolverSettings Class
Contains the specific settings for an instance of a custom peer resolver service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | PeerCustomResolverSettings() | Initializes a new instance of the PeerCustomResolverSettings class. |
| Name | Description | |
|---|---|---|
![]() | Address | Gets or sets the endpoint address of the peer node hosting the custom peer resolver service. |
![]() | Binding | Gets or sets the channel binding used by the custom peer resolver service. |
![]() | IsBindingSpecified | Gets whether the Binding property is set. |
![]() | Resolver | Gets or sets the custom peer resolver instance for this service. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This type defines the basic settings for a custom peer resolver service, including the endpoint address of the peer hosting the service and any specific binding settings. These settings are typically provided to the Custom property.
Available since 3.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.


