LumiSoft Mail Server User API
Write Method (stream, count)
Namespaces > LumiSoft.Net > SocketEx > Write(Stream, Int64)
Writes specified data to socket.
Syntax
C#Visual BasicManaged C++
public void Write (
	Stream stream,
	long count
)
Public Sub Write ( _
	stream As Stream, _
	count As Long _
)
public:
void Write (
	Stream^ stream, 
	long long count
)
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)