CMPP30 类

//转自:月光下的卡瓦博格
using System;
using System.Text;
using System.Runtime.InteropServices;
using System.Threading;
using System.Collections;
using System.Diagnostics;
using System.Net.Sockets;
using System.Security.Cryptography;

namespace Cmpp.Components
{
    
/// <summary>
    
/// CMPP30 的摘要说明。
    
/// </summary>

    public class CMPP30
    
{
        
变量以及初始值

        
构造函数

        
Constants

        
工作线程

        
SMSEvents

        
私有方法

        
公有方法
    }

    
/// <summary>
    
/// 异步发送回调函数
    
/// </summary>

    public delegate bool CMPPAsyncSubmit(string Message, string[] Destination, string Source, string ServiceID, CODING Coding,
                                        
bool NeedReport, byte FeeUserType, byte FeeType, int InfoFee, string FeeUser, string LinkID);
}



posted @ 2007-01-31 10:51 EndPoint 阅读(446) 评论(4) 编辑 收藏

 回复 引用 查看   
#1楼2007-12-19 15:35 | 代码乱了      
请问博主和
http://jemmy0327.blogcn.com/index.shtml
这个是不是同一个人?
好像你这篇是在这个的基础上做了一些调整

 回复 引用 查看   
#2楼[楼主]2007-12-19 15:45 | 刘剑锋      
我就是参考的"月光下的卡瓦博格"的,后来有些调整.
 回复 引用 查看   
#3楼2007-12-20 01:03 | 代码乱了      
我也参考了月光下的卡瓦博格的代码,做了一些调整
不知道博主测试的结果如何?性能和稳定性方面,有哪些地方需要改的?

 回复 引用 查看   
#4楼[楼主]2007-12-20 08:58 | EndPoint      
基本上没怎么修改就可以用的.