Writes specified data to socket.

Syntax
| C# | Visual Basic | Managed C++ |
Public Sub Write ( _
stream As Stream, _
count As Long _
)

Parameters
- stream (Stream)
- Stream which data to write to socket. Reading starts from stream current position and specified count will be readed.
- count (Int64)
- Number of bytes to read from stream and write to socket.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)