示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MonoHttpClient"/> class.
 /// </summary>
 public MonoHttpClient()
     : base()
 {
     eventDispatcher = new ThreadEventDispatcher();
 }
示例#2
0
 /// <summary>
 /// Initializes this instance.
 /// </summary>
 protected override void Initialize()
 {
     receivedDataQueue = new Queue <byte[]>();
     eventDispatcher   = new ThreadEventDispatcher();
 }