| 
            
              FtpOutputDataStreamRead Method
             | 
          
        
        
            Cannot read from output stream, method is not supported.
            
        
        Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic override int Read(
	byte[] buffer,
	int offset,
	int count
)
Public Overrides Function Read ( 
	buffer As Byte(),
	offset As Integer,
	count As Integer
) As Integer
public:
virtual int Read(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override
abstract Read : 
        buffer : byte[] * 
        offset : int * 
        count : int -> int 
override Read : 
        buffer : byte[] * 
        offset : int * 
        count : int -> int function Read(buffer, offset, count);
 View SourceParameters
- buffer  Byte
 - A Byte array buffer.
 - offset  Int32
 - An Int32 number of bytes to read.
 - count  Int32
 - An Int32 offset into the stream to read from.
 
Return Value
Int32An 
Int32 number of bytes read.
Exceptions| Exception | Condition | 
|---|
| NotSupportedException | Cannot read from output stream. | 
See Also