<webScriptEndpoint>
此配置元素定义带有自动添加 <enableWebScript> 行为的固定 <webHttpBinding> 绑定的标准终结点。 在编写从 ASP.NET AJAX 应用程序中调用的服务时,请使用此终结点。
configuration
system.serviceModel
<standardEndpoints>
<webScriptEndpoint>
语法
<system.serviceModel>
<standardEndpoints>
<webScriptEndpoint>
<standardEndpoint webEndpointType="String" />
</webScriptEndpoint>
</standardEndpoints>
</system.serviceModel>
特性和元素
下列各节描述了特性、子元素和父元素。
特性
属性 | 说明 |
---|---|
webEndpointType | 一个字符串,指定终结点的类型。 |
子元素
无。
父元素
元素 | 说明 |
---|---|
<standardEndpoints> | 具有一个或多个固定属性(地址、绑定和协定)的预定义终结点的标准终结点集合。 |