Vaser API and reference catalog
❮ Back to Clusterware.de
Vaser API and reference catalog
Vaser Namespaces
Vaser
VaserServer Class
VaserServer Constructor
VaserServer Constructor (String, PortalCollection)
VaserServer Constructor (IPAddress, Int32, PortalCollection)
VaserServer Constructor (IPAddress, Int32, PortalCollection, VaserKerberosServer)
VaserServer Constructor (IPAddress, Int32, PortalCollection, VaserSSLServer)
VaserServer Constructor (IPAddress, Int32, PortalCollection, VaserSSLServer)
Creates a new SSL Server and listen for clients.
Namespace:
Vaser
Assembly:
Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
Copy
public
VaserServer
(
IPAddress
LocalAddress
,
int
Port
,
PortalCollection
PColl
,
VaserSSLServer
SSL
)
Parameters
LocalAddress
Type:
System.Net
IPAddress
IPAddress.Any
Port
Type:
System
Int32
The local port of the server.
PColl
Type:
Vaser
PortalCollection
The PortalCollection.
SSL
Type:
Vaser.ConnectionSettings
VaserSSLServer
SSL connection settings.
See Also
Reference
VaserServer Class
VaserServer Overload
Vaser Namespace