ServiceConfiguration 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示服务的可配置属性。
public ref class ServiceConfiguration
public class ServiceConfiguration
type ServiceConfiguration = class
Public Class ServiceConfiguration
- 继承
-
ServiceConfiguration
属性
Authentication |
获取服务身份验证行为。 |
Authorization |
获取服务的授权行为。 |
BaseAddresses |
获取服务所使用的基址。 |
CloseTimeout |
获取或设置允许服务关闭的时间间隔。 |
Credentials |
获取服务凭据。 |
Description |
获取服务说明。 |
IdentityConfiguration |
获取或设置服务的标识配置。 |
OpenTimeout |
获取或设置允许服务打开的时间间隔。 |
UseIdentityConfiguration |
获取或设置一个值,该值指示该服务是否使用标识配置。 |
方法
AddServiceEndpoint(ServiceEndpoint) |
将指定的服务终结点添加到配置服务中。 |
AddServiceEndpoint(Type, Binding, String) |
使用指定的协定、绑定和终结点地址将服务终结点添加到配置服务中。 |
AddServiceEndpoint(Type, Binding, String, Uri) |
使用指定的协定、绑定和终结点地址以及包含服务所侦听地址的 URI,将服务终结点添加到配置服务中。 |
AddServiceEndpoint(Type, Binding, Uri) |
使用指定的约定、绑定和包含终结点地址的 URI 将服务终结点添加到配置服务中。 |
AddServiceEndpoint(Type, Binding, Uri, Uri) |
使用指定的协定、绑定和包含终结点与所侦听地址的 URI,将服务终结点添加到配置服务。 |
EnableProtocol(Binding) |
启用服务终结点的绑定协议。 |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
LoadFromConfiguration() |
从当前的服务配置加载配置。 |
LoadFromConfiguration(Configuration) |
从当前的服务配置加载此配置。 |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
SetEndpointAddress(ServiceEndpoint, String) |
将指定终结点的终结点地址设置为指定的地址。 |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |