Click or drag to resize

ProtocolSocketFindService Method (Type, ServiceBindingFlags)

Returns an object that implements a specific API, or null. For example, an IO API such as IPacketIOService.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public virtual Object FindService(
	Type service,
	ServiceBindingFlags bindingFlags = ServiceBindingFlags.Default
)

Parameters

service
Type: SystemType
The service to find.
bindingFlags (Optional)
Type: Demo3D.NetServiceBindingFlags
Flags to direct the search for the requested service.

Return Value

Type: Object
The service implementation (or null).
See Also