Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Write(byte[], int, int)

  • Declared in: RT.Util.Streams.TimeoutableStream
  • Overrides: Stream.Write(byte[], int, int)

Declaration

public override void Write(
    byte[] buffer,
    int offset,
    int count
)

Summary

Writes count bytes from buffer starting at offset to the underlying stream, if it supports this. Will block waiting for the write to complete for at most Stream.WriteTimeout milliseconds; afterwards, a TimeoutException is thrown.