Interface ConnectionStateConnectingToProxy

Establishing a connection with a proxy server. Subtype of ConnectionState.

interface ConnectionStateConnectingToProxy {
    @type: "connectionStateConnectingToProxy";
}

Properties

Properties

@type: "connectionStateConnectingToProxy"