2 using SMSApi
.Api
.Action
;
6 public class HLRFactory
: Factory
8 public HLRFactory(ProxyAddress address
= ProxyAddress
.SmsApiIo
)
12 public HLRFactory(IClient client
, ProxyAddress address
= ProxyAddress
.SmsApiIo
)
13 : base(client
, address
)
16 public HLRFactory(IClient client
, Proxy proxy
)
20 public HLRCheckNumber
ActionCheckNumber(string number
= null)
22 var action
= new HLRCheckNumber();
24 action
.SetNumber(number
);
30 public static class HlrFeatureRegister
32 public static HLRFactory
HLR(this Features features
)
34 return new HLRFactory(features
.Client
, features
.Proxy
);