메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
StartAsync ( ServerAddress address, KestrelThread thread, Task>.Func application ) : System.Threading.Tasks.Task |
메소드 | 설명 | |
---|---|---|
ConnectionCallback ( |
||
CreateListenSocket ( ) : |
Creates the socket used to listen for incoming connections
|
|
DispatchConnection ( |
||
Listener ( ServiceContext serviceContext ) : System | ||
OnConnection ( |
Handles an incoming connection
|
protected static ConnectionCallback ( |
||
stream | ||
status | int | |
error | ||
state | object | |
리턴 | void |
protected abstract CreateListenSocket ( ) : |
||
리턴 |
protected DispatchConnection ( |
||
socket | ||
리턴 | void |
protected Listener ( ServiceContext serviceContext ) : System | ||
serviceContext | ServiceContext | |
리턴 | System |
protected abstract OnConnection ( |
||
listenSocket | Socket being used to listen on | |
status | int | Connection status |
리턴 | void |
public StartAsync ( ServerAddress address, KestrelThread thread, Task>.Func application ) : System.Threading.Tasks.Task | ||
address | ServerAddress | |
thread | KestrelThread | |
application | Task>.Func | |
리턴 | System.Threading.Tasks.Task |