Exemple #1
0
 public BlackberryServiceConnection(BlackberryConfiguration configuration)
 {
     Configuration = configuration;
     http          = new BlackberryHttpClient(Configuration);
 }
        public BlackberryPushChannel(BlackberryPushChannelSettings channelSettings)
        {
            bisChannelSettings = channelSettings;

            http = new BlackberryHttpClient(bisChannelSettings);
        }
Exemple #3
0
        public BlackberryPushChannel(BlackberryPushChannelSettings channelSettings)
        {
            bisChannelSettings = channelSettings;

            http = new BlackberryHttpClient(bisChannelSettings);
        }