protected Connection(Remote remote, org.objectfabric.Headers nativeHeaders) : base(remote, nativeHeaders) { }
internal Attempt(Remote remote) { _remote = remote; }
internal WebSocketConnection(Remote remote) : base(remote, null) { _socket = new ClientWebSocket(); }