PowerTCP Mail for .NET
BeginReceive Method
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Tcp Class : BeginReceive Method




Receive data into your buffer asynchronously specifying a buffer, offset, count and SocketFlags value. The Tcp.EndReceive event is raised when completed.

Overload List

OverloadDescription
BeginReceive(Byte[],Int32,Int32,SocketFlags,Object) Receive data into your buffer asynchronously specifying a buffer, offset, count and SocketFlags value. The Tcp.EndReceive event is raised when completed.  
BeginReceive(Byte[]) Receive data into your buffer asynchronously. The Tcp.EndReceive event is raised when completed.  

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.