API Reference
Struct
ServiceDefinition
Defines a target host and port for service checks.
Inheritance
- ValueType
- ServiceDefinition
Remarks
Instances describe endpoints that can verify.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method DomainHealthCheck.VerifyDANE
Constructors
public ServiceDefinition(String host, Int32 port) #Initializes a new instance of the ServiceDefinition struct.
Parameters
- host System.String
- The host name to query.
- port System.Int32
- The port used by the service.
Inherited Methods
Properties
public Int32 Port { get; } #Gets the service port.