C# Class Microsoft.AspNet.Server.Kestrel.Http.SocketInput

Inheritance: ICriticalNotifyCompletion
Afficher le fichier Open project: Starcounter/KestrelHttpServer Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

ConsumingComplete() public méthode

public ConsumingComplete ( MemoryPoolIterator2 consumed, MemoryPoolIterator2 examined ) : void
consumed Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPoolIterator2
examined Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPoolIterator2
Résultat void

ConsumingStart() public méthode

public ConsumingStart ( ) : MemoryPoolIterator2
Résultat Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPoolIterator2

GetAwaiter() public méthode

public GetAwaiter ( ) : SocketInput
Résultat SocketInput

GetResult() public méthode

public GetResult ( ) : void
Résultat void

IncomingComplete() public méthode

public IncomingComplete ( int count, Exception error ) : void
count int
error System.Exception
Résultat void

IncomingStart() public méthode

public IncomingStart ( int minimumSize ) : IncomingBuffer
minimumSize int
Résultat IncomingBuffer

OnCompleted() public méthode

public OnCompleted ( System.Action continuation ) : void
continuation System.Action
Résultat void

Skip() public méthode

public Skip ( int count ) : void
count int
Résultat void

SocketInput() public méthode

public SocketInput ( MemoryPool2 memory ) : System
memory Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPool2
Résultat System

Take() public méthode

public Take ( int count ) : ArraySegment
count int
Résultat ArraySegment

UnsafeOnCompleted() public méthode

public UnsafeOnCompleted ( System.Action continuation ) : void
continuation System.Action
Résultat void