connectionInfo property
HttpConnectionInfo?
get
connectionInfo
Information about the client connection.
Returns the client connection information. Returns null if the socket is not available.
Implementation
HttpConnectionInfo? get connectionInfo => _coreRequest.connectionInfo;