WebServiceEndpoint 类

定义

带有固定 WebHttpBinding 绑定的标准终结点。

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

注解

这是一个没有公共构造函数或受保护构造函数的抽象基类,不应由开发人员扩展。 它是 WebHttpEndpointWebScriptEndpoint 类的基类。

属性

Address

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

(继承自 ServiceEndpoint)
Behaviors

获取服务终结点的行为。

(继承自 ServiceEndpoint)
Binding

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

(继承自 ServiceEndpoint)
ContentTypeMapper

获取或设置与 WebContentTypeMapper 关联的 WebServiceEndpoint

Contract

获取服务终结点的协定。

(继承自 ServiceEndpoint)
CrossDomainScriptAccessEnabled

获取或设置一个值,该值指示是否为 WebServiceEndpoint 启用了跨域脚本访问。

EndpointBehaviors

获取服务的终点行为。

(继承自 ServiceEndpoint)
HostNameComparisonMode

获取或设置一个值,该值指示在对 URI 进行匹配时,是否使用主机名来访问服务。

IsSystemEndpoint

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

(继承自 ServiceEndpoint)
ListenUri

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

(继承自 ServiceEndpoint)
ListenUriMode

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

(继承自 ServiceEndpoint)
MaxBufferPoolSize

获取或设置可为缓冲区管理器分配的最大内存量,该管理器管理使用此绑定的终结点所需的缓冲区。

MaxBufferSize

获取或设置为从通道接收消息的消息缓冲区管理器分配并供其使用的最大内存量。

MaxReceivedMessageSize

获取或设置绑定可处理的消息的最大大小。

Name

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

(继承自 ServiceEndpoint)
ReaderQuotas

获取或设置可由配置了此绑定的终结点处理的 SOAP 消息的复杂性约束。

Security

获取与此绑定一起使用的安全设置。

TransferMode

获取或设置一个值,该值指示使用此绑定配置的服务是使用消息传输的流处理模式、缓冲模式还是同时使用这两种模式。

WebEndpointType

获取 Web 服务终结点的类型。

WriteEncoding

获取或设置用于消息文本的字符编码。

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于