connectionInfo property
Gets information about the client connection. Returns null
if the socket
is not available.
Implementation
@override
HttpConnectionInfo? get connectionInfo => _HttpConnectionInfo._localHttpConnectionInfo;
Gets information about the client connection. Returns null
if the socket
is not available.
@override
HttpConnectionInfo? get connectionInfo => _HttpConnectionInfo._localHttpConnectionInfo;