Esempio n. 1
0
 public ServerNotifications(string url, FileConvention convention)
 {
     id = Interlocked.Increment(ref connectionCounter) + "/" +
          Base62Util.Base62Random();
     this.url        = url;
     this.convention = convention;
 }
 public RemoteFileSystemChanges(string url, string apiKey,
                                ICredentials credentials,
                                HttpJsonRequestFactory jsonRequestFactory, FileConvention conventions,
                                IReplicationInformerBase replicationInformer,
                                Action onDispose)
     : base(url, apiKey, credentials, jsonRequestFactory, conventions, replicationInformer, onDispose)
 {
 }