Skip to content
DocsTry Aspire
DocsTry

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

propertyexcludeReferenceEndpointbooleanget · set
Gets or sets a value indicating whether the endpoint is excluded from the default reference set.
propertyisExternalbooleanget · set
Gets or sets a value indicating whether the endpoint is external.
propertyisProxiedbooleanget · set
Gets or sets a value indicating whether the endpoint is proxied.
propertynamestringget
Gets the endpoint name.
propertyportnumberget · set
Gets or sets the desired host port.
propertyprotocolProtocolTypeget · set
Gets or sets the network protocol.
propertytargetHoststringget · set
Gets or sets the target host.
propertytargetPortnumberget · set
Gets or sets the target port.
propertytlsEnabledbooleanget · set
Gets or sets a value indicating whether TLS is enabled.
propertytransportstringget · set
Gets or sets the transport.
propertyuriSchemestringget · set
Gets or sets the URI scheme.