PeerCustomResolverSettings Class

Definition

Contains the specific settings for an instance of a custom peer resolver service.

public ref class PeerCustomResolverSettings
public class PeerCustomResolverSettings
type PeerCustomResolverSettings = class
Public Class PeerCustomResolverSettings
Inheritance
PeerCustomResolverSettings

Remarks

This type defines the basic settings for a custom peer resolver service, including the endpoint address of the peer hosting the service and any specific binding settings. These settings are typically provided to the Custom property.

Constructors

PeerCustomResolverSettings()

Initializes a new instance of the PeerCustomResolverSettings class.

Properties

Address

Gets or sets the endpoint address of the peer node hosting the custom peer resolver service.

Binding

Gets or sets the channel binding used by the custom peer resolver service.

IsBindingSpecified

Gets whether the Binding property is set.

Resolver

Gets or sets the custom peer resolver instance for this service.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
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)

Applies to