示例#1
0
 public ApnsServiceConnection(ApnsConfiguration configuration)
 {
     connection = new ApnsConnection(configuration);
 }