LumiSoft Mail Server User API
Read Method (buffer, offset, size)
Namespaces > LumiSoft.Net > JunkingStream > Read(Byte[](), Int32, Int32)
Reads data from the stream. This method always throws a NotSupportedException.
Syntax
C#Visual BasicManaged C++
public override int Read (
	byte[] buffer,
	int offset,
	int size
)
Public Overrides Function Read ( _
	<OutAttribute> buffer As Byte(), _
	offset As Integer, _
	size As Integer _
) As Integer
public:
virtual int Read (
	[] [] array<unsigned char>^ buffer, 
	int offset, 
	int size
) override
Parameters
buffer (Byte[]())
This parameter is not used.
offset (Int32)
This parameter is not used.
size (Int32)
This parameter is not used.
Return Value

[Missing <returns> documentation for M:LumiSoft.Net.JunkingStream.Read(System.Byte[],System.Int32,System.Int32)]

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