Click or drag to resize

ServerParams Constructor (ProtocolAddress, IEnumerableType)

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,
	IEnumerable<Type> services
)

Parameters

address
Type: Demo3D.NetProtocolAddress
Address to open.
services
Type: System.Collections.GenericIEnumerableType
The services required from the client connections (or null).
See Also