EndpointProperty Enum
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.
Represents the properties of an endpoint that can be referenced.
public enum EndpointProperty
type EndpointProperty =
Public Enum EndpointProperty
- Inheritance
-
EndpointProperty
Fields
Name | Value | Description |
---|---|---|
Url | 0 | The entire URL of the endpoint. |
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. |