EndpointDetail Class

Definition

Current TCP connectivity information from the App Service Environment to a single endpoint.

public class EndpointDetail
type EndpointDetail = class
Public Class EndpointDetail
Inheritance
EndpointDetail

Constructors

EndpointDetail()

Initializes a new instance of the EndpointDetail class.

EndpointDetail(String, Nullable<Int32>, Nullable<Double>, Nullable<Boolean>)

Initializes a new instance of the EndpointDetail class.

Properties

IpAddress

Gets or sets an IP Address that Domain Name currently resolves to.

IsAccessible

Gets or sets whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port.

Latency

Gets or sets the time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port.

Port

Gets or sets the port an endpoint is connected to.

Applies to