PeerCustomResolverBindingElement Class
Defines the binding element used to create a custom peer resolver.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
System.ServiceModel.Channels::BindingElement
System.ServiceModel.Channels::PeerResolverBindingElement
System.ServiceModel.Channels::PeerCustomResolverBindingElement
| Name | Description | |
|---|---|---|
![]() | PeerCustomResolverBindingElement() | Initializes a new default instance of the PeerCustomResolverBindingElement class. |
![]() | PeerCustomResolverBindingElement(BindingContext^, PeerCustomResolverSettings^) | Initializes a new instance of the PeerCustomResolverBindingElement class with the provided binding context and resolver settings. |
![]() | PeerCustomResolverBindingElement(PeerCustomResolverBindingElement^) | Initializes a new instance of the PeerCustomResolverBindingElement class by cloning the provided custom peer resolver binding. |
![]() | PeerCustomResolverBindingElement(PeerCustomResolverSettings^) | Initializes a new instance of the PeerCustomResolverBindingElement class with the provided resolver settings. |
| Name | Description | |
|---|---|---|
![]() | Address | Gets and sets the endpoint address of the peer on which resolvers created by this binding will run. |
![]() | Binding | Gets and sets the network binding used by resolvers created with this binding element. |
![]() | ReferralPolicy | Gets and sets the referral policy for peer resolvers created with this binding element.(Overrides PeerResolverBindingElement::ReferralPolicy.) |
| Name | Description | |
|---|---|---|
![]() | BuildChannelFactory<TChannel>(BindingContext^) | Creates a channel factory that can be used to create a channel for sending messages.(Overrides BindingElement::BuildChannelFactory<TChannel>(BindingContext^).) |
![]() | BuildChannelListener<TChannel>(BindingContext^) | Creates a channel listener of the specified type for receiving messages.(Overrides BindingElement::BuildChannelListener<TChannel>(BindingContext^).) |
![]() | CanBuildChannelFactory<TChannel>(BindingContext^) | Determines whether a channel factory of the specified type can be built.(Overrides BindingElement::CanBuildChannelFactory<TChannel>(BindingContext^).) |
![]() | CanBuildChannelListener<TChannel>(BindingContext^) | Determines whether a channel listener of the specified type can be built.(Overrides BindingElement::CanBuildChannelListener<TChannel>(BindingContext^).) |
![]() | Clone() | Creates a copy of the current binding element.(Overrides BindingElement::Clone().) |
![]() | CreatePeerResolver() | Creates a new instance of the custom peer resolver.(Overrides PeerResolverBindingElement::CreatePeerResolver().) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetProperty<T>(BindingContext^) | Returns a property from the specified BindingContext object.(Overrides BindingElement::GetProperty<T>(BindingContext^).) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.

