public ResponseBuilder(PNConfiguration pubnubConfig, IJsonPluggableLibrary jsonPluggableLibrary, IPubnubLog log) { this.config = pubnubConfig; this.jsonLib = jsonPluggableLibrary; this.pubnubLog = log; }
public PubnubHttp(PNConfiguration config, IJsonPluggableLibrary jsonPluggableLibrary, IPubnubLog log, EndPoint.TelemetryManager telemetryManager, HttpClient refHttpClientSubscribe, HttpClient refHttpClientNonsubscribe)
public StatusBuilder(PNConfiguration pubnubConfig, IJsonPluggableLibrary jsonPluggableLibrary) { config = pubnubConfig; jsonLibrary = jsonPluggableLibrary; }
public PubnubHttp(PNConfiguration config, IJsonPluggableLibrary jsonPluggableLibrary) { pubnubConfig = config; jsonLib = jsonPluggableLibrary; }
public ResponseBuilder(PNConfiguration pubnubConfig, IJsonPluggableLibrary jsonPluggableLibrary) { this.config = pubnubConfig; this.jsonLib = jsonPluggableLibrary; }
public PubnubHttp(PNConfiguration config, IJsonPluggableLibrary jsonPluggableLibrary, IPubnubLog log, HttpClient refHttpClientSubscribe, HttpClient refHttpClientNonsubscribe)
public PubnubCrypto(string cipher_key, PNConfiguration pubnubConfig) : base(cipher_key) { this.config = pubnubConfig; }
public PubnubCrypto(string cipher_key, PNConfiguration pubnubConfig, IPubnubLog log) : base(cipher_key) { this.config = pubnubConfig; this.pubnubLog = log; }
public ClientNetworkStatus(PNConfiguration config, IJsonPluggableLibrary jsonPluggableLibrary, IPubnubUnitTest pubnubUnit, IPubnubLog log, HttpClient refHttpClient)
public UrlRequestBuilder(PNConfiguration config, IJsonPluggableLibrary jsonPluggableLibrary) { this.pubnubConfig = config; this.jsonLib = jsonPluggableLibrary; }
public UrlRequestBuilder(PNConfiguration config, IJsonPluggableLibrary jsonPluggableLibrary, IPubnubUnitTest pubnubUnitTest) { this.pubnubConfig = config; this.jsonLib = jsonPluggableLibrary; this.pubnubUnitTest = pubnubUnitTest; }
public UrlRequestBuilder(PNConfiguration config) { this.pubnubConfig = config; }
protected PubnubCryptoBase(string cipher_key) { this.cipherKey = cipher_key; this.config = null; }
protected PubnubCryptoBase(string cipher_key, PNConfiguration pubnubConfig) { this.cipherKey = cipher_key; this.config = pubnubConfig; }
public ClientNetworkStatus(PNConfiguration config, IJsonPluggableLibrary jsonPluggableLibrary, IPubnubUnitTest pubnubUnit) { pubnubConfig = config; jsonLib = jsonPluggableLibrary; unit = pubnubUnit; }
public ClientNetworkStatus(PNConfiguration config, IJsonPluggableLibrary jsonPluggableLibrary) { pubnubConfig = config; jsonLib = jsonPluggableLibrary; }