Ejemplo n.º 1
0
 public AuthenticatingAdapter(RavenServer server, HttpsConnectionAdapter httpsConnectionAdapter)
 {
     _server = server;
     _httpsConnectionAdapter = httpsConnectionAdapter;
 }