C# Class Kazuki.Net.HttpServer.HttpServer

Afficher le fichier Open project: kazuki/httpserver

Méthodes publiques

Méthode Description
CreateEmbedHttpServer ( IHttpApplication app, IHttpApplication errApp, bool enableIPv4, bool enableIPv6, bool bindAny, int port, int backlog ) : IHttpServer

Method Details

CreateEmbedHttpServer() public static méthode

public static CreateEmbedHttpServer ( IHttpApplication app, IHttpApplication errApp, bool enableIPv4, bool enableIPv6, bool bindAny, int port, int backlog ) : IHttpServer
app IHttpApplication
errApp IHttpApplication
enableIPv4 bool
enableIPv6 bool
bindAny bool
port int
backlog int
Résultat IHttpServer