ServiceHealthModel.ServiceEndpointModel 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 information about the endpoints that this health service behavior monitors.
public: ref class ServiceHealthModel::ServiceEndpointModel
[System.Runtime.Serialization.DataContract(Name="ServiceEndpoint", Namespace="http://schemas.microsoft.com/net/2018/08/health")]
public class ServiceHealthModel.ServiceEndpointModel
[<System.Runtime.Serialization.DataContract(Name="ServiceEndpoint", Namespace="http://schemas.microsoft.com/net/2018/08/health")>]
type ServiceHealthModel.ServiceEndpointModel = class
Public Class ServiceHealthModel.ServiceEndpointModel
- Inheritance
-
ServiceHealthModel.ServiceEndpointModel
- Attributes
Constructors
ServiceHealthModel.ServiceEndpointModel() |
Initializes an instance of the ServiceHealthModel.ServiceEndpointModel class. |
ServiceHealthModel.ServiceEndpointModel(ServiceEndpoint) |
Initializes an instance of the ServiceHealthModel.ServiceEndpointModel class that provides information about a specified service endpoint. |
Properties
Address |
Gets the endpoint address of the service. |
BehaviorNames |
Gets the names of the behaviors applied to this service host endpoint. |
BindingName |
Gets the name of the binding used by this service endpoint. |
ContractName |
Gets the name of the contract associated with this endpoint. |
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