uaPLUS Reference
BaseBinding Class Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Bindings Namespace : BaseBinding Class


Glossary Item Box

The following tables list the members exposed by BaseBinding.

Public Properties

 NameDescription
Public PropertyCloseTimeoutGets or sets the interval of time provided for a connection to close before the transport raises an exception. (Inherited from System.ServiceModel.Channels.Binding)
Public PropertyMessageContext  
Public PropertyMessageVersionGets the message version used by clients and services configured with the binding. (Inherited from System.ServiceModel.Channels.Binding)
Public PropertyNameGets or sets the name of the binding. (Inherited from System.ServiceModel.Channels.Binding)
Public PropertyNamespaceGets or sets the XML namespace of the binding. (Inherited from System.ServiceModel.Channels.Binding)
Public PropertyOpenTimeoutGets or sets the interval of time provided for a connection to open before the transport raises an exception. (Inherited from System.ServiceModel.Channels.Binding)
Public PropertyReceiveTimeoutGets or sets the interval of time that a connection can remain inactive, during which no application messages are received, before it is dropped. (Inherited from System.ServiceModel.Channels.Binding)
Public PropertySchemeWhen implemented in a derived class, sets the URI scheme that specifies the transport used by the channel and listener factories that are built by the bindings. (Inherited from System.ServiceModel.Channels.Binding)
Public PropertySendTimeoutGets or sets the interval of time provided for a write operation to complete before the transport raises an exception. (Inherited from System.ServiceModel.Channels.Binding)
Top

Public Methods

 NameDescription
Public MethodBuildChannelFactoryOverloaded. Builds the channel factory stack on the client that creates a specified type of channel and that satisfies the features specified by an object array. (Inherited from System.ServiceModel.Channels.Binding)
Public MethodBuildChannelListenerOverloaded. Builds the channel listener on the service that accepts a specified type of channel and that satisfies the features specified. (Inherited from System.ServiceModel.Channels.Binding)
Public MethodCanBuildChannelFactoryOverloaded. Returns a value that indicates whether the current binding can build a channel factory stack on the client that satisfies the requirements specified by an object array. (Inherited from System.ServiceModel.Channels.Binding)
Public MethodCanBuildChannelListenerOverloaded. Returns a value that indicates whether the current binding can build a channel listener stack on the service that satisfies the criteria specified in an array of objects. (Inherited from System.ServiceModel.Channels.Binding)
Public MethodCreateBindingElementsWhen overridden in a derived class, creates a collection that contains the binding elements that are part of the current binding. (Inherited from System.ServiceModel.Channels.Binding)
Public MethodGetPropertyReturns a typed object requested, if present, from the appropriate layer in the binding stack. (Inherited from System.ServiceModel.Channels.Binding)
Top

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.