Property | Type | Description | |
---|---|---|---|
Completed | EventHandler |
Method | Description | |
---|---|---|
Close ( ) : void | ||
DoneReadingPreamble ( IAsyncResult readOutputAsyncResult ) : void | ||
MultiplexConnectionInputPump ( BufferRead bufferRead, MultiplexConnectionFactoryHandler connectionFactory, object callbackState ) : System | ||
OnCompleted ( ) : void | ||
Run ( ) : void | ||
Run ( bool completeSynchronously ) : void |
public DoneReadingPreamble ( IAsyncResult readOutputAsyncResult ) : void | ||
readOutputAsyncResult | IAsyncResult | |
return | void |
public MultiplexConnectionInputPump ( BufferRead bufferRead, MultiplexConnectionFactoryHandler connectionFactory, object callbackState ) : System | ||
bufferRead | BufferRead | |
connectionFactory | MultiplexConnectionFactoryHandler | |
callbackState | object | |
return | System |
public Run ( bool completeSynchronously ) : void | ||
completeSynchronously | bool | |
return | void |