connectionStateConnectingToProxy property
Currently establishing a connection with a proxy server
Implementation
ConnectionStateConnectingToProxy? get connectionStateConnectingToProxy {
if (this is ConnectionStateConnectingToProxy) {
return this as ConnectionStateConnectingToProxy;
}
return null;
}