EndpointProperty Enum

Definition

Represents the properties of an endpoint that can be referenced.

public enum EndpointProperty
type EndpointProperty = 
Public Enum EndpointProperty
Inheritance
EndpointProperty

Fields

Host 1

The host of the endpoint.

IPV4Host 2

The IPv4 address of the endpoint.

Port 3

The port of the endpoint.

Scheme 4

The scheme of the endpoint.

TargetPort 5

The target port of the endpoint.

Url 0

The entire URL of the endpoint.

Applies to