Write Method (Byte[], Int32, Int32)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Writes to the buffer.
Namespace: Microsoft.SPOT.Net
Assembly: System.Ftp (in System.Ftp.dll)
Syntax
'Declaration
Public Overrides Sub Write ( _
buffer As Byte(), _
offset As Integer, _
count As Integer _
)
public override void Write(
byte[] buffer,
int offset,
int count
)
public:
virtual void Write(
array<unsigned char>^ buffer,
int offset,
int count
) override
abstract Write :
buffer:byte[] *
offset:int *
count:int -> unit
override Write :
buffer:byte[] *
offset:int *
count:int -> unit
public override function Write(
buffer : byte[],
offset : int,
count : int
)
Parameters
- buffer
Type: array<System. . :: . .Byte> [] () [] []
The buffer to write to.
- offset
Type: System. . :: . .Int32
The starting index.
- count
Type: System. . :: . .Int32
The number of bytes to write.
Exceptions
Exception | Condition |
---|---|
NotImplementedException | This method is not implemented. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.