HttpContext.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:
abstract property Microsoft::AspNetCore::Http::ConnectionInfo ^ Connection { Microsoft::AspNetCore::Http::ConnectionInfo ^ get(); };
public abstract Microsoft.AspNetCore.Http.ConnectionInfo Connection { get; }
member this.Connection : Microsoft.AspNetCore.Http.ConnectionInfo
Public MustOverride ReadOnly Property Connection As ConnectionInfo