Begins specified line sending to socket asynchronously.
| C# | Visual Basic | Managed C++ |
public void BeginWriteLine ( string line, SocketCallBack callback )
Public Sub BeginWriteLine ( _ line As String, _ callback As SocketCallBack _ )
public: void BeginWriteLine ( String^ line, SocketCallBack^ callback )
- line (String)
- Line to send.
- callback (SocketCallBack)
- The method to be called when the asynchronous line write operation is completed.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)