Click or drag to resize

VaserServer Constructor (IPAddress, Int32, PortalCollection)

Creates a new unencrypted TCP 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 )

Parameters

LocalAddress
Type: System.NetIPAddress
The local IP-Address for listening - IPAddress.Any
Port
Type: SystemInt32
The local port of the server.
PColl
Type: VaserPortalCollection
The Portal Collection
See Also