Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

NetPeerTcpBinding::Resolver Property

 

Gets the PeerResolver used by this binding instance to resolve a peer mesh ID to the endpoint IP addresses of nodes within the peer mesh.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property PeerResolverSettings^ Resolver {
	PeerResolverSettings^ get();
}

Property Value

Type: System.ServiceModel.PeerResolvers::PeerResolverSettings^

A PeerResolver used to resolve a peer mesh ID to a set of PeerNodeAddress instances representing several nodes participating in the mesh.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft