Method |
Description |
|
CreateRequestBroker ( ) : IRequestBroker |
|
|
CreateSocket ( ) : Socket |
|
|
CreateWorker ( Socket client, Mono.WebServer.ApplicationServer server ) : Mono.WebServer.Worker |
|
|
GetApplicationHostType ( ) : Type |
|
|
SetListenAddress ( IPAddress address, int port ) : void |
|
|
SetListenAddress ( IPEndPoint bindAddress ) : void |
|
|
SetListenAddress ( int port ) : void |
|
|
XSPWebSource ( IPAddress address, int port ) : System |
|
|
XSPWebSource ( IPAddress address, int port, Mono.Security.Protocol.Tls.SecurityProtocolType securityProtocol, X509Certificate cert, PrivateKeySelectionCallback keyCB, bool allowClientCert, bool requireClientCert, bool single_app ) : System |
|
|
XSPWebSource ( IPAddress address, int port, bool single_app ) : System |
|
|