HttpRequestInfo.ConnectionName Property
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.
Gets the name of the declared remote connection, or null if no connection is declared.
This maps to the Foundry project connection Id and is only used when running in foundry service.
public string? ConnectionName { get; init; }
member this.ConnectionName : string with get, set
Public Property ConnectionName As String