LumiSoft Net Help
Write Method (data)
NamespacesLumiSoft.NetSocketBufferedWriterWrite(array<Byte>[]()[][])
Queues specified data to write buffer. If write buffer is full, buffered data will be sent to detination host.
Declaration Syntax
C#Visual BasicVisual C++
public void Write(
	byte[] data
)
Public Sub Write ( _
	data As Byte() _
)
public:
void Write(
	array<unsigned char>^ data
)
Parameters
data (array<Byte>[]()[][])
Data to queue.

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