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.

PeerCustomResolverBindingElement Class

 
Note: This API is now obsolete.

Defines the binding element used to create a custom peer resolver.

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

System.Object
  System.ServiceModel.Channels.BindingElement
    System.ServiceModel.Channels.PeerResolverBindingElement
      System.ServiceModel.Channels.PeerCustomResolverBindingElement

<ObsoleteAttribute("PeerChannel feature is obsolete and will be removed in the future.",
	False)>
Public NotInheritable Class PeerCustomResolverBindingElement
	Inherits PeerResolverBindingElement

NameDescription
System_CAPS_pubmethodPeerCustomResolverBindingElement()

Initializes a new default instance of the PeerCustomResolverBindingElement class.

System_CAPS_pubmethodPeerCustomResolverBindingElement(BindingContext, PeerCustomResolverSettings)

Initializes a new instance of the PeerCustomResolverBindingElement class with the provided binding context and resolver settings.

System_CAPS_pubmethodPeerCustomResolverBindingElement(PeerCustomResolverBindingElement)

Initializes a new instance of the PeerCustomResolverBindingElement class by cloning the provided custom peer resolver binding.

System_CAPS_pubmethodPeerCustomResolverBindingElement(PeerCustomResolverSettings)

Initializes a new instance of the PeerCustomResolverBindingElement class with the provided resolver settings.

NameDescription
System_CAPS_pubpropertyAddress

Gets and sets the endpoint address of the peer on which resolvers created by this binding will run.

System_CAPS_pubpropertyBinding

Gets and sets the network binding used by resolvers created with this binding element.

System_CAPS_pubpropertyReferralPolicy

Gets and sets the referral policy for peer resolvers created with this binding element.(Overrides PeerResolverBindingElement.ReferralPolicy.)

NameDescription
System_CAPS_pubmethodBuildChannelFactory(Of TChannel)(BindingContext)

Creates a channel factory that can be used to create a channel for sending messages.(Overrides BindingElement.BuildChannelFactory(Of TChannel)(BindingContext).)

System_CAPS_pubmethodBuildChannelListener(Of TChannel)(BindingContext)

Creates a channel listener of the specified type for receiving messages.(Overrides BindingElement.BuildChannelListener(Of TChannel)(BindingContext).)

System_CAPS_pubmethodCanBuildChannelFactory(Of TChannel)(BindingContext)

Determines whether a channel factory of the specified type can be built.(Overrides BindingElement.CanBuildChannelFactory(Of TChannel)(BindingContext).)

System_CAPS_pubmethodCanBuildChannelListener(Of TChannel)(BindingContext)

Determines whether a channel listener of the specified type can be built.(Overrides BindingElement.CanBuildChannelListener(Of TChannel)(BindingContext).)

System_CAPS_pubmethodClone()

Creates a copy of the current binding element.(Overrides BindingElement.Clone().)

System_CAPS_pubmethodCreatePeerResolver()

Creates a new instance of the custom peer resolver.(Overrides PeerResolverBindingElement.CreatePeerResolver().)

System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetProperty(Of T)(BindingContext)

Returns a property from the specified BindingContext object.(Overrides BindingElement.GetProperty(Of T)(BindingContext).)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
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.

Return to top
Show:
© 2017 Microsoft