Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OwnEndpointServices"/> class.
 /// </summary>
 /// <param name="channel">The channel.</param>
 /// <param name="cloudBlobStorage">The cloud blob storage provider.</param>
 /// <param name="httpClient">The HTTP client.</param>
 /// <param name="endpointInboxFactory">The endpoint inbox factory.</param>
 public OwnEndpointServices(Channel channel, ICloudBlobStorageProvider cloudBlobStorage, HttpClient httpClient, IEndpointInboxFactory endpointInboxFactory)
 {
     this.Channel = channel;
     this.CloudBlobStorage = cloudBlobStorage;
     this.HttpClient = httpClient;
     this.EndpointInboxFactory = endpointInboxFactory;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OwnEndpointServices"/> class.
 /// </summary>
 /// <param name="channel">The channel.</param>
 /// <param name="cloudBlobStorage">The cloud blob storage provider.</param>
 /// <param name="httpClient">The HTTP client.</param>
 /// <param name="endpointInboxFactory">The endpoint inbox factory.</param>
 public OwnEndpointServices(Channel channel, ICloudBlobStorageProvider cloudBlobStorage, HttpClient httpClient, IEndpointInboxFactory endpointInboxFactory)
 {
     this.Channel              = channel;
     this.CloudBlobStorage     = cloudBlobStorage;
     this.HttpClient           = httpClient;
     this.EndpointInboxFactory = endpointInboxFactory;
 }