コード例 #1
0
        private void GetSession()
        {
            ISmsGatewayTurkcellAuthenticationService i = new SmsGatewayTurkcellAuthenticationService();

            _smsToken.sessionId = i.CreateSession("905330000000", "12", "This is not a valid AuthenticationCode");
        }
コード例 #2
0
 private void GetSession()
 {
     ISmsGatewayTurkcellAuthenticationService i = new SmsGatewayTurkcellAuthenticationService();
     _smsToken.sessionId = i.CreateSession("905330000000", "12", "This is not a valid AuthenticationCode");
 }