C# Class Microsoft.AspNet.Server.KestrelTests.TestInput

Inheritance: IConnectionControl, IFrameControl
Afficher le fichier Open project: Starcounter/KestrelHttpServer Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string text, bool fin = false ) : void
End ( ProduceEndType endType ) : void
IFrameControl ( ) : void
IFrameControl ( ArraySegment data ) : void
Pause ( ) : void
ProduceContinue ( ) : void
Resume ( ) : void
TestInput ( ) : System
Write ( ArraySegment data, object>.Action callback, object state ) : void

Private Methods

Méthode Description
IFrameControl ( ArraySegment data, CancellationToken cancellationToken ) : Task
IFrameControl ( CancellationToken cancellationToken ) : Task

Method Details

Add() public méthode

public Add ( string text, bool fin = false ) : void
text string
fin bool
Résultat void

End() public méthode

public End ( ProduceEndType endType ) : void
endType ProduceEndType
Résultat void

IFrameControl() public méthode

public IFrameControl ( ) : void
Résultat void

IFrameControl() public méthode

public IFrameControl ( ArraySegment data ) : void
data ArraySegment
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

ProduceContinue() public méthode

public ProduceContinue ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

TestInput() public méthode

public TestInput ( ) : System
Résultat System

Write() public méthode

public Write ( ArraySegment data, object>.Action callback, object state ) : void
data ArraySegment
callback object>.Action
state object
Résultat void