Initializes a new instance of the SmppClient
Initializes a new instance of the SmppClient
public SmppClient();
Initializes a new instance of the SmppClient with the specified Connection_Mode.
public SmppClient(enuConnectionMode);
Initializes a new instance of the SmppClient with the specified Connection_Mode, System_Id, Password and System_Type.
public SmppClient(enuConnectionMode,string,string,string);
Initializes a new instance of the SmppClient with the specified Connection_Mode, System_Id, Password , System_Type and Address_Range.
public SmppClient(enuConnectionMode,string,string,string,string);
SmppClient Class | Devshock.Protocol Namespace