ServiceHealthModel.ServicePropertiesModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides property information about a WCF service.
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
- Inheritance
-
ServiceHealthModel.ServicePropertiesModel
- Attributes
Constructors
ServiceHealthModel.ServicePropertiesModel() |
Initializes an instance of the ServiceHealthModel.ServicePropertiesModel class. |
ServiceHealthModel.ServicePropertiesModel(ServiceHostBase) |
Initializes an instance of the ServiceHealthModel.ServicePropertiesModel class that provides property information for the specified WCF service. |
Properties
BaseAddresses |
Gets the base addresses of the WCF service. |
ConcurrencyMode |
Gets the concurrency mode of the WCF service. |
InstanceContextMode |
Gets the instance context mode of the WCF service. |
Name |
Gets the name of the WCF service. |
ServiceBehaviorNames |
Gets the names of the behaviors associated with this WCF service. |
ServiceThrottle |
Gets information about the service throttle of a WCF service. |
ServiceTypeName |
Gets the fully qualified type name of the WCF service. |
State |
Gets the current state of the WCF service. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Applies to
.NET