HttpIncomingStream

Overview

Location

 

constructor

 

constructor(owner: HttpIncomingRequestResponse)

 

HttpIncomingStream(HttpIncomingRequestResponse owner)

 

Sub New(owner As HttpIncomingRequestResponse)

Parameters:

  • owner:

CanRead

 

property CanRead: Boolean read;

 

Boolean CanRead { get; }

 

ReadOnly Property CanRead() As Boolean

CanSeek

 

property CanSeek: Boolean read;

 

Boolean CanSeek { get; }

 

ReadOnly Property CanSeek() As Boolean

CanWrite

 

property CanWrite: Boolean read;

 

Boolean CanWrite { get; }

 

ReadOnly Property CanWrite() As Boolean

Close

 

method Close

 

void Close()

 

Sub Close()

Flush

 

method Flush

 

void Flush()

 

Sub Flush()

FlushContent

 

method FlushContent: Boolean

 

Boolean FlushContent()

 

Function FlushContent() As Boolean

Length

 

property Length: Int64 read;

 

Int64 Length { get; }

 

ReadOnly Property Length() As Int64

Position

 

property Position: Int64 read write;

 

Int64 Position { get; set; }

 

Property Position() As Int64

Read

 

method Read(buffer: array of Byte; offset: Int32; size: Int32): Int32

 

Int32 Read(Byte[] buffer, Int32 offset, Int32 size)

 

Function Read(buffer As Byte(), offset As Int32, size As Int32) As Int32

Parameters:

  • buffer:
  • offset:
  • size:

Seek

 

method Seek(offset: Int64; origin: SeekOrigin): Int64

 

Int64 Seek(Int64 offset, SeekOrigin origin)

 

Function Seek(offset As Int64, origin As SeekOrigin) As Int64

Parameters:

  • offset:
  • origin:

SetLength

 

method SetLength(length: Int64)

 

void SetLength(Int64 length)

 

Sub SetLength(length As Int64)

Parameters:

  • length:

Write

 

method Write(buffer: array of Byte; offset: Int32; size: Int32)

 

void Write(Byte[] buffer, Int32 offset, Int32 size)

 

Sub Write(buffer As Byte(), offset As Int32, size As Int32)

Parameters:

  • buffer:
  • offset:
  • size:

 

CanRead

 

property CanRead: Boolean read;

 

Boolean CanRead { get; }

 

ReadOnly Property CanRead() As Boolean

CanSeek

 

property CanSeek: Boolean read;

 

Boolean CanSeek { get; }

 

ReadOnly Property CanSeek() As Boolean

CanWrite

 

property CanWrite: Boolean read;

 

Boolean CanWrite { get; }

 

ReadOnly Property CanWrite() As Boolean

Length

 

property Length: Int64 read;

 

Int64 Length { get; }

 

ReadOnly Property Length() As Int64

Position

 

property Position: Int64 read write;

 

Int64 Position { get; set; }

 

Property Position() As Int64

 

constructor

 

constructor(owner: HttpIncomingRequestResponse)

 

HttpIncomingStream(HttpIncomingRequestResponse owner)

 

Sub New(owner As HttpIncomingRequestResponse)

Parameters:

  • owner:

Close

 

method Close

 

void Close()

 

Sub Close()

Flush

 

method Flush

 

void Flush()

 

Sub Flush()

FlushContent

 

method FlushContent: Boolean

 

Boolean FlushContent()

 

Function FlushContent() As Boolean

Read

 

method Read(buffer: array of Byte; offset: Int32; size: Int32): Int32

 

Int32 Read(Byte[] buffer, Int32 offset, Int32 size)

 

Function Read(buffer As Byte(), offset As Int32, size As Int32) As Int32

Parameters:

  • buffer:
  • offset:
  • size:

Seek

 

method Seek(offset: Int64; origin: SeekOrigin): Int64

 

Int64 Seek(Int64 offset, SeekOrigin origin)

 

Function Seek(offset As Int64, origin As SeekOrigin) As Int64

Parameters:

  • offset:
  • origin:

SetLength

 

method SetLength(length: Int64)

 

void SetLength(Int64 length)

 

Sub SetLength(length As Int64)

Parameters:

  • length:

Write

 

method Write(buffer: array of Byte; offset: Int32; size: Int32)

 

void Write(Byte[] buffer, Int32 offset, Int32 size)

 

Sub Write(buffer As Byte(), offset As Int32, size As Int32)

Parameters:

  • buffer:
  • offset:
  • size: