/// <summary>
 ///     Initializes a new instance of the <see cref="SocketAwaitable" /> class.
 /// </summary>
 public SocketAwaitable()
 {
     this.awaiter = new SocketAwaiter(this);
 }
Beispiel #2
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="SocketAwaitable" /> class.
 /// </summary>
 public SocketAwaitable()
 {
     this.awaiter = new SocketAwaiter(this);
 }
Beispiel #3
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="SocketAwaitable" /> class.
 /// </summary>
 public SocketAwaitable()
 {
     this.awaiter     = new SocketAwaiter(this);
     this.transferred = new ArraySegment <byte>(EmptyArray);
 }