Click or drag to resize

ServiceProvider Constructor (IEnumerableType, ServiceProviderRequiredService, SocketFlags)

Creates a new service provider.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
protected ServiceProvider(
	IEnumerable<Type> supportedServices,
	ServiceProviderRequiredService? requiredServices = null,
	SocketFlags flags = SocketFlags.Default
)

Parameters

supportedServices
Type: System.Collections.GenericIEnumerableType
The list of services supported by this service provider. (Typically just one service.)
requiredServices (Optional)
Type: Demo3D.NetServiceProviderRequiredService
The list of services required by this service provider.
flags (Optional)
Type: Demo3D.NetSocketFlags
Flags to control connection sharing for connections that require this service.
See Also