Skip to content
Docs Try Aspire
Docs Try

EndpointUpdateContext

Handle
📦 Aspire.Hosting v13.4.0
interface EndpointUpdateContext {
excludeReferenceEndpoint: boolean;
isExternal: boolean;
isProxied: boolean;
readonly name: string;
port: number;
protocol: ProtocolType;
targetHost: string;
targetPort: number;
tlsEnabled: boolean;
transport: string;
uriScheme: string;
}

Properties

property excludeReferenceEndpoint boolean get · set
Gets or sets a value indicating whether the endpoint is excluded from the default reference set.
property isExternal boolean get · set
Gets or sets a value indicating whether the endpoint is external.
property isProxied boolean get · set
Gets or sets a value indicating whether the endpoint is proxied.
property name string get
Gets the endpoint name.
property port number get · set
Gets or sets the desired host port.
property protocol ProtocolType get · set
Gets or sets the network protocol.
property targetHost string get · set
Gets or sets the target host.
property targetPort number get · set
Gets or sets the target port.
property tlsEnabled boolean get · set
Gets or sets a value indicating whether TLS is enabled.
property transport string get · set
Gets or sets the transport.
property uriScheme string get · set
Gets or sets the URI scheme.