VaserServer Constructor (String, PortalCollection) |
Creates a new internal pipe server for a client.
Namespace: Vaser Assembly: Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax public VaserServer( string Pipename, PortalCollection PColl )
Parameters
- Pipename
- Type: SystemString
The name of the pipe. - PColl
- Type: VaserPortalCollection
The PortalCollection.
See Also