C# Класс Microsoft.AspNet.Server.Kestrel.Http.SocketInput

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

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

Метод Описание
ConsumingComplete ( MemoryPoolIterator2 consumed, MemoryPoolIterator2 examined ) : void
ConsumingStart ( ) : MemoryPoolIterator2
GetAwaiter ( ) : SocketInput
GetResult ( ) : void
IncomingComplete ( int count, Exception error ) : void
IncomingStart ( int minimumSize ) : IncomingBuffer
OnCompleted ( System.Action continuation ) : void
Skip ( int count ) : void
SocketInput ( MemoryPool2 memory ) : System
Take ( int count ) : ArraySegment
UnsafeOnCompleted ( System.Action continuation ) : void

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

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

public ConsumingComplete ( MemoryPoolIterator2 consumed, MemoryPoolIterator2 examined ) : void
consumed Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPoolIterator2
examined Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPoolIterator2
Результат void

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

public ConsumingStart ( ) : MemoryPoolIterator2
Результат Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPoolIterator2

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

public GetAwaiter ( ) : SocketInput
Результат SocketInput

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

public GetResult ( ) : void
Результат void

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

public IncomingComplete ( int count, Exception error ) : void
count int
error System.Exception
Результат void

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

public IncomingStart ( int minimumSize ) : IncomingBuffer
minimumSize int
Результат IncomingBuffer

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

public OnCompleted ( System.Action continuation ) : void
continuation System.Action
Результат void

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

public Skip ( int count ) : void
count int
Результат void

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

public SocketInput ( MemoryPool2 memory ) : System
memory Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPool2
Результат System

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

public Take ( int count ) : ArraySegment
count int
Результат ArraySegment

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

public UnsafeOnCompleted ( System.Action continuation ) : void
continuation System.Action
Результат void