ServiceProvider Constructor (IEnumerableType, IEnumerableType, SocketFlags) |
Creates a new service provider.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxprotected ServiceProvider(
IEnumerable<Type> supportedServices,
IEnumerable<Type>? requiredServices,
SocketFlags flags = SocketFlags.Default
)
Parameters
- supportedServices
- Type: System.Collections.GenericIEnumerableType
The list of services supported by this service provider. (Typically just one service.) - requiredServices
- Type: System.Collections.GenericIEnumerableType
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