VaserServer Constructor |
Name | Description | |
---|---|---|
![]() | VaserServer(String, PortalCollection) | Creates a new internal pipe server for a client. |
![]() | VaserServer(IPAddress, Int32, PortalCollection) | Creates a new unencrypted TCP server and listen for clients. |
![]() | VaserServer(IPAddress, Int32, PortalCollection, VaserKerberosServer) | Creates a new Kerberos Server and listen for clients. |
![]() | VaserServer(IPAddress, Int32, PortalCollection, VaserSSLServer) | Creates a new SSL Server and listen for clients. |