ServiceHealthModel.ServicePropertiesModel 类

定义

提供有关 WCF 服务的属性信息。

public: ref class ServiceHealthModel::ServicePropertiesModel
[System.Runtime.Serialization.DataContract(Name="ServiceProperties", Namespace="http://schemas.microsoft.com/net/2018/08/health")]
public class ServiceHealthModel.ServicePropertiesModel
[<System.Runtime.Serialization.DataContract(Name="ServiceProperties", Namespace="http://schemas.microsoft.com/net/2018/08/health")>]
type ServiceHealthModel.ServicePropertiesModel = class
Public Class ServiceHealthModel.ServicePropertiesModel
继承
ServiceHealthModel.ServicePropertiesModel
属性

构造函数

ServiceHealthModel.ServicePropertiesModel()

初始化 ServiceHealthModel.ServicePropertiesModel 类的实例。

ServiceHealthModel.ServicePropertiesModel(ServiceHostBase)

初始化 ServiceHealthModel.ServicePropertiesModel 类的实例,该类提供指定 WCF 服务的属性信息。

属性

BaseAddresses

获取 WCF 服务的基址。

ConcurrencyMode

获取 WCF 服务的并发模式。

InstanceContextMode

获取 WCF 服务的实例上下文模式。

Name

获取 WCF 服务的名称。

ServiceBehaviorNames

获取与此 WCF 服务相关联行为的名称。

ServiceThrottle

获取有关 WCF 服务的服务限制信息。

ServiceTypeName

获取 WCF 服务的完全限定类型名称。

State

获取 WCF 服务的当前状态。

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于