public HttpConnectionHandler(TcpClient client, AuthenticateCredentialsDelegate authenticator) :this(client) { _authenticator = authenticator; }
public HttpConnectionHandler(TcpClient client, AuthenticateCredentialsDelegate authenticator) : this(client) { _authenticator = authenticator; }