DynamicEndpoint 类

定义

一个终结点,它使用 WS-Discovery 在运行时动态查找终结点地址。

public ref class DynamicEndpoint : System::ServiceModel::Description::ServiceEndpoint
public class DynamicEndpoint : System.ServiceModel.Description.ServiceEndpoint
type DynamicEndpoint = class
    inherit ServiceEndpoint
Public Class DynamicEndpoint
Inherits ServiceEndpoint
继承
DynamicEndpoint

注解

当您使用 DynamicEndpoint 时,会将一个 DiscoveryClientBindingElement 添加到您在 DynamicEndpoint 构造函数中指定的绑定中(如果尚不存在)。 您可以通过 FindCriteria 属性来描述想要使用的服务。 FindCriteria 使用的 DiscoveryEndpointDynamicEndpoint 将重写您在 DiscoveryClientBindingElement 中指定的值。

构造函数

DynamicEndpoint(ContractDescription, Binding)

使用指定的 DynamicEndpointContractDescription 初始化 Binding 类的新实例。

属性

Address

获取或设置服务终结点的终结点地址。

(继承自 ServiceEndpoint)
Behaviors

获取服务终结点的行为。

(继承自 ServiceEndpoint)
Binding

获取或设置服务终结点的绑定。

(继承自 ServiceEndpoint)
Contract

获取服务终结点的协定。

(继承自 ServiceEndpoint)
DiscoveryEndpointProvider

获取或设置提供发现终结点的对象。

EndpointBehaviors

获取服务的终点行为。

(继承自 ServiceEndpoint)
FindCriteria

获取或设置用于搜索服务的 FindCriteria

IsSystemEndpoint

获取或设置是否由系统生成服务终结点而不由用户定义服务终结点。

(继承自 ServiceEndpoint)
ListenUri

获取或设置服务终结点侦听的 URI。

(继承自 ServiceEndpoint)
ListenUriMode

获取或设置传输处理提供给服务的供其侦听的 URI 的方式。

(继承自 ServiceEndpoint)
Name

获取或设置服务终结点的名称。

(继承自 ServiceEndpoint)

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于