C# Class CSharpUtils.Web._45.Fastcgi.FastcgiServerAsync

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Свойство Type Description
Debug bool

Protected Properties

Свойство Type Description
CancellationToken System.Threading.CancellationToken
TcpListener System.Net.Sockets.TcpListener

Méthodes publiques

Méthode Description
HandleRequestAsync ( FastcgiRequestAsync Request, FastcgiResponseAsync Response ) : Task
Listen ( ushort Port, string Address = "0.0.0.0" ) : void
ListenAsync ( ushort Port, string Address = "0.0.0.0" ) : Task
ListenAsyncAndWait ( ushort Port, string Address = "0.0.0.0" ) : void

Method Details

HandleRequestAsync() public abstract méthode

public abstract HandleRequestAsync ( FastcgiRequestAsync Request, FastcgiResponseAsync Response ) : Task
Request FastcgiRequestAsync
Response FastcgiResponseAsync
Résultat Task

Listen() public méthode

public Listen ( ushort Port, string Address = "0.0.0.0" ) : void
Port ushort
Address string
Résultat void

ListenAsync() public méthode

public ListenAsync ( ushort Port, string Address = "0.0.0.0" ) : Task
Port ushort
Address string
Résultat Task

ListenAsyncAndWait() public méthode

public ListenAsyncAndWait ( ushort Port, string Address = "0.0.0.0" ) : void
Port ushort
Address string
Résultat void

Property Details

CancellationToken protected_oe property

protected CancellationToken,System.Threading CancellationToken
Résultat System.Threading.CancellationToken

Debug public_oe property

public bool Debug
Résultat bool

TcpListener protected_oe property

protected TcpListener,System.Net.Sockets TcpListener
Résultat System.Net.Sockets.TcpListener