Click or drag to resize

ServiceBindingAttribute Class

Binding attributes for a service interface.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.NetServiceBindingAttribute

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public sealed class ServiceBindingAttribute : Attribute

The ServiceBindingAttribute type exposes the following members.

Constructors
  NameDescription
Public methodServiceBindingAttribute
Initializes a new instance of the ServiceBindingAttribute class
Top
Properties
  NameDescription
Public propertyMustSelectExplicitly
Declares that the service must be selected explicitly in ProtocolStack.Open for the protocol providing the service to be used.
Public propertyPublic
Declares that the service is visible at all levels of the protocol stack.
Top
See Also