Click or drag to resize

ServerParams Constructor (ProtocolAddress, Type)

Creates parameters for opening a server socket.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntax
C#
public ServerParams(
	ProtocolAddress address,
	Type service
)

Parameters

address
Type: Demo3D.NetProtocolAddress
Address to open.
service
Type: SystemType
The service required from the client connections.
See Also