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

Inheritance: IConnectionControl, IFrameControl
Mostrar archivo Open project: Starcounter/KestrelHttpServer Class Usage Examples

Public Methods

Method 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

Method Description
IFrameControl ( ArraySegment data, CancellationToken cancellationToken ) : Task
IFrameControl ( CancellationToken cancellationToken ) : Task

Method Details

Add() public method

public Add ( string text, bool fin = false ) : void
text string
fin bool
return void

End() public method

public End ( ProduceEndType endType ) : void
endType ProduceEndType
return void

IFrameControl() public method

public IFrameControl ( ) : void
return void

IFrameControl() public method

public IFrameControl ( ArraySegment data ) : void
data ArraySegment
return void

Pause() public method

public Pause ( ) : void
return void

ProduceContinue() public method

public ProduceContinue ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

TestInput() public method

public TestInput ( ) : System
return System

Write() public method

public Write ( ArraySegment data, object>.Action callback, object state ) : void
data ArraySegment
callback object>.Action
state object
return void