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(Of TChannel)(BindingContext) | Creates a channel factory that can be used to create a channel for sending messages.(Overrides BindingElement.BuildChannelFactory(Of TChannel)(BindingContext).) |
![]() | BuildChannelListener(Of TChannel)(BindingContext) | Creates a channel listener of the specified type for receiving messages.(Overrides BindingElement.BuildChannelListener(Of TChannel)(BindingContext).) |
![]() | CanBuildChannelFactory(Of TChannel)(BindingContext) | Determines whether a channel factory of the specified type can be built.(Overrides BindingElement.CanBuildChannelFactory(Of TChannel)(BindingContext).) |
![]() | CanBuildChannelListener(Of TChannel)(BindingContext) | Determines whether a channel listener of the specified type can be built.(Overrides BindingElement.CanBuildChannelListener(Of 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(Of T)(BindingContext) | Returns a property from the specified BindingContext object.(Overrides BindingElement.GetProperty(Of 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.

