Read Method (Byte[], Int32, Int32)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Reads from the internal buffer.

Namespace:  Microsoft.SPOT.Net
Assembly:  System.Ftp (in System.Ftp.dll)

Syntax

'Declaration
Public Overrides Function Read ( _
    buffer As Byte(), _
    offset As Integer, _
    count As Integer _
) As Integer
public override int Read(
    byte[] buffer,
    int offset,
    int count
)
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 
public override function Read(
    buffer : byte[], 
    offset : int, 
    count : int
) : int

Parameters

Return Value

Type: System. . :: . .Int32
The number of bytes read.

Exceptions

Exception Condition
NotImplementedException

This method is not implemented.

.NET Framework Security

See Also

Reference

FtpResponseStream Class

Read Overload

Microsoft.SPOT.Net Namespace