This documentation is archived and is not being maintained.
PnrpPeerResolverBindingElement Class
Visual Studio 2010
Defines the binding element used to create a Peer Name Resolution Protocol (PNRP) peer resolver.
System::Object
System.ServiceModel.Channels::BindingElement
System.ServiceModel.Channels::PeerResolverBindingElement
System.ServiceModel.Channels::PnrpPeerResolverBindingElement
System.ServiceModel.Channels::BindingElement
System.ServiceModel.Channels::PeerResolverBindingElement
System.ServiceModel.Channels::PnrpPeerResolverBindingElement
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The PnrpPeerResolverBindingElement type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PnrpPeerResolverBindingElement() | Initializes a new default instance of the PnrpPeerResolverBindingElement class. |
![]() | PnrpPeerResolverBindingElement(PeerReferralPolicy) | Initializes a new instance of the PnrpPeerResolverBindingElement class with the provided peer referral policy. |
| Name | Description | |
|---|---|---|
![]() | ReferralPolicy | Gets and sets the referral policy for the PNRP peer resolver created by 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 PNRP-specific PeerResolver instance. (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.) |
To create a peer resolver from an instance of this class, call CreatePeerResolver after the instance has been constructed.
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:
