LumiSoft Mail Server User API
Write Method (stream)
Namespaces > LumiSoft.Net > SocketEx > Write(Stream)
Writes specified data to socket.
Syntax
C#Visual BasicManaged C++
public void Write (
	Stream stream
)
Public Sub Write ( _
	stream As Stream _
)
public:
void Write (
	Stream^ stream
)
Parameters
stream (Stream)
Stream which data to write to socket. Reading starts from stream current position and will be readed to EOS.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)