DefaultHttpContext.Connection 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 information about the underlying connection for this request.
public:
virtual property Microsoft::AspNetCore::Http::ConnectionInfo ^ Connection { Microsoft::AspNetCore::Http::ConnectionInfo ^ get(); };
public override Microsoft.AspNetCore.Http.ConnectionInfo Connection { get; }
member this.Connection : Microsoft.AspNetCore.Http.ConnectionInfo
Public Overrides ReadOnly Property Connection As ConnectionInfo