DiscoveryEndpoint 类

定义

标准发现终结点。

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

构造函数

DiscoveryEndpoint()

创建 DiscoveryEndpoint 类的新实例。

DiscoveryEndpoint(Binding, EndpointAddress)

使用指定的绑定和终结点地址创建 DiscoveryEndpoint 类的新实例。

DiscoveryEndpoint(DiscoveryVersion, ServiceDiscoveryMode)

使用指定的发现版本和模式初始化 DiscoveryEndpoint 类的新实例。

DiscoveryEndpoint(DiscoveryVersion, ServiceDiscoveryMode, Binding, EndpointAddress)

使用指定的发现版本、模式、绑定和终结点地址初始化 DiscoveryEndpoint 类的新实例。

属性

Address

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

(继承自 ServiceEndpoint)
Behaviors

获取服务终结点的行为。

(继承自 ServiceEndpoint)
Binding

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

(继承自 ServiceEndpoint)
Contract

获取服务终结点的协定。

(继承自 ServiceEndpoint)
DiscoveryMode

获取终结点的发现模式。

DiscoveryVersion

获取终结点的 DiscoveryVersion

EndpointBehaviors

获取服务的终点行为。

(继承自 ServiceEndpoint)
IsSystemEndpoint

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

(继承自 ServiceEndpoint)
ListenUri

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

(继承自 ServiceEndpoint)
ListenUriMode

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

(继承自 ServiceEndpoint)
MaxResponseDelay

获取或设置 TimeSpan 的最大值,在此时间跨度内,服务的用于响应探测操作的所有 ProbeMatches 都将发送出去。

Name

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

(继承自 ServiceEndpoint)

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于