PeerResolverBindingElement.CreatePeerResolver Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a peer resolver object with the settings defined on this binding element.
public:
abstract System::ServiceModel::PeerResolver ^ CreatePeerResolver();
public abstract System.ServiceModel.PeerResolver CreatePeerResolver ();
abstract member CreatePeerResolver : unit -> System.ServiceModel.PeerResolver
Public MustOverride Function CreatePeerResolver () As PeerResolver
Returns
PeerResolver object that is used to perform peer name to address resolution. The settings on the peer resolver must be defined on the binding element.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.