Click or drag to resize

ServiceProvider(IEnumerableType, ServiceProviderRequiredService, SocketFlags) Constructor

Creates a new service provider.

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

Parameters

supportedServices  IEnumerableType
The list of services supported by this service provider. (Typically just one service.)
requiredServices  ServiceProviderRequiredService  (Optional)
The list of services required by this service provider.
flags  SocketFlags  (Optional)
Flags to control connection sharing for connections that require this service.
See Also