Click or drag to resize

VaserServer Constructor

Overload List
  NameDescription
Public methodVaserServer(String, PortalCollection)
Creates a new internal pipe server for a client.
Public methodVaserServer(IPAddress, Int32, PortalCollection)
Creates a new unencrypted TCP server and listen for clients.
Public methodVaserServer(IPAddress, Int32, PortalCollection, VaserKerberosServer)
Creates a new Kerberos Server and listen for clients.
Public methodVaserServer(IPAddress, Int32, PortalCollection, VaserSSLServer)
Creates a new SSL Server and listen for clients.
Top
See Also