Skip to content
Docs Try Aspire
Docs Try

EndpointUpdateContext

Handle
📦 Aspire.Hosting v13.3.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 the ExcludeReferenceEndpoint property
property isExternal boolean get · set
Gets the IsExternal property
property isProxied boolean get · set
Gets the IsProxied property
property name string get
Gets the Name property
property port number get · set
Gets the Port property
property protocol ProtocolType get · set
Gets the Protocol property
property targetHost string get · set
Gets the TargetHost property
property targetPort number get · set
Gets the TargetPort property
property tlsEnabled boolean get · set
Gets the TlsEnabled property
property transport string get · set
Gets the Transport property
property uriScheme string get · set
Gets the UriScheme property