C# Класс WebApplications.Utilities.IO.OverlappingPipeStream

Наследование: IDisposable
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
Stream System.IO.Pipes.PipeStream

Открытые методы

Метод Описание
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

OverlappingPipeStream ( [ stream, int bufferSize ) : System

Initializes a new instance of the OverlappingPipeStream class.

Приватные методы

Метод Описание
CancelIoEx ( SafePipeHandle hFile, NativeOverlapped &lpOverlapped ) : bool
ReadAsync ( CancellationToken token = default(CancellationToken) ) : Task
ReadFile ( SafePipeHandle hFile, [ lpBuffer, uint nNumberOfBytesToRead, uint &lpNumberOfBytesRead, NativeOverlapped &lpOverlapped ) : bool
WriteAsync ( [ data, CancellationToken token = default(CancellationToken) ) : Task

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

OverlappingPipeStream() публичный Метод

Initializes a new instance of the OverlappingPipeStream class.
public OverlappingPipeStream ( [ stream, int bufferSize ) : System
stream [ The stream.
bufferSize int Size of the buffer.
Результат System

Описание свойств

Stream защищенное свойство

The underlaying stream.
protected PipeStream,System.IO.Pipes Stream
Результат System.IO.Pipes.PipeStream