This documentation is archived and is not being maintained.
PeerCustomResolverBindingElement Class
Visual Studio 2010
Defines the binding element used to create a custom peer resolver.
System::Object
System.ServiceModel.Channels::BindingElement
System.ServiceModel.Channels::PeerResolverBindingElement
System.ServiceModel.Channels::PeerCustomResolverBindingElement
System.ServiceModel.Channels::BindingElement
System.ServiceModel.Channels::PeerResolverBindingElement
System.ServiceModel.Channels::PeerCustomResolverBindingElement
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The PeerCustomResolverBindingElement type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PeerCustomResolverBindingElement() | Initializes a new default instance of the PeerCustomResolverBindingElement class. |
![]() | 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. |
![]() | PeerCustomResolverBindingElement(BindingContext, PeerCustomResolverSettings) | Initializes a new instance of the PeerCustomResolverBindingElement class with the provided binding context and 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> | Creates a channel factory that can be used to create a channel for sending messages. (Overrides BindingElement::BuildChannelFactory<TChannel>(BindingContext).) |
![]() | BuildChannelListener<TChannel> | Creates a channel listener of the specified type for receiving messages. (Overrides BindingElement::BuildChannelListener<TChannel>(BindingContext).) |
![]() | CanBuildChannelFactory<TChannel> | Determines whether a channel factory of the specified type can be built. (Overrides BindingElement::CanBuildChannelFactory<TChannel>(BindingContext).) |
![]() | CanBuildChannelListener<TChannel> | 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.) |
![]() | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetProperty<T> | Returns a property from the specified BindingContext object. (Overrides BindingElement::GetProperty<T>(BindingContext).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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:
