Click or drag to resize

VaserServer Constructor (IPAddress, Int32, PortalCollection, VaserKerberosServer)

Creates a new Kerberos Server and listen for clients.

Namespace:  Vaser
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public VaserServer( 	IPAddress LocalAddress, 	int Port, 	PortalCollection PColl, 	VaserKerberosServer Kerberos )

Parameters

LocalAddress
Type: System.NetIPAddress
IPAddress.Any
Port
Type: SystemInt32
The local port of the server.
PColl
Type: VaserPortalCollection
The PortalCollection.
Kerberos
Type: Vaser.ConnectionSettingsVaserKerberosServer
Kerberos connection settings.
See Also