ServiceHealthModel.ChannelDispatcherModel 类
定义
包含表示与 WCF 服务关联的通道调度程序的模型。Contains the model that represents the channel dispatchers associated with a WCF service.
public: ref class ServiceHealthModel::ChannelDispatcherModel
[System.Runtime.Serialization.DataContract(Name="ChannelDispatcher", Namespace="http://schemas.microsoft.com/net/2018/08/health")]
public class ServiceHealthModel.ChannelDispatcherModel
[<System.Runtime.Serialization.DataContract(Name="ChannelDispatcher", Namespace="http://schemas.microsoft.com/net/2018/08/health")>]
type ServiceHealthModel.ChannelDispatcherModel = class
Public Class ServiceHealthModel.ChannelDispatcherModel
- 继承
-
ServiceHealthModel.ChannelDispatcherModel
- 属性
构造函数
| ServiceHealthModel.ChannelDispatcherModel() |
初始化 ServiceHealthModel.ChannelDispatcherModel 类的实例。Initializes an instance of the ServiceHealthModel.ChannelDispatcherModel class. |
| ServiceHealthModel.ChannelDispatcherModel(ChannelDispatcherBase) |
使用指定的通道调度程序初始化 ServiceHealthModel.ChannelDispatcherModel 类的实例。Initializes an instance of the ServiceHealthModel.ChannelDispatcherModel class using a specified channel dispatcher. |
属性
| BindingName |
获取用于配置服务的绑定的名称。Gets the name of the binding used to configure the service. |
| CommunicationTimeouts |
获取表示 WCF 服务的通信超时的模型。Gets the model that represents the WCF service's communication timeouts. |
| ContractName |
获取服务终结点的协定名。Gets the name of the contract of the service endpoint. |
| IsSystemEndpoint |
获取与通道调度程序关联的终结点是否为系统终结点。Gets whether the endpoint associated with the channel dispatcher is a system endpoint. |
| ListenerState |
获取侦听器的状态。Gets the state of the listener. |
| ListenerUri |
获取服务终结点侦听的 URI。Gets the URI at which the service endpoint listens. |
| MessageEncoder |
获取消息编码器的全名,该编码器用于写入和读取消息。Gets the full name of the message encoder, which is used to write and read messages. |
| MessageInspectors |
获取一个数组,其中包含检查或修改 WCF 服务处理的消息的所有自定义 IClientMessageInspector 实现的全名。Gets an array containing the full names of all custom IClientMessageInspector implementations that inspect or modify messages handled by the WCF service. |
| ServiceThrottle |
获取表示与此通道调度程序关联的服务限制且控制 WCF 服务的吞吐量设置的模型。Gets the model that represents the service throttles associated with this channel dispatcher and that control the WCF service's throughput settings. |
| State |
获取 WCF 服务的通道调度程序的状态。Gets the state of the WCF service's channel dispatcher. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |