EasyUA Reference
AddBindingParameters Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ServiceMessageContextBehaviorAttribute Class : AddBindingParameters Method

serviceDescription
The service description of the service.
serviceHostBase
The host of the service.
endpoints
The service endpoints.
bindingParameters
Custom objects to which binding elements have access.

Glossary Item Box

Provides the ability to pass custom data to binding elements to support the contract implementation.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ServiceMessageContextBehaviorAttribute
Dim serviceDescription As ServiceDescription
Dim serviceHostBase As ServiceHostBase
Dim endpoints As Collection(Of ServiceEndpoint)
Dim bindingParameters As BindingParameterCollection
 
instance.AddBindingParameters(serviceDescription, serviceHostBase, endpoints, bindingParameters)

Parameters

serviceDescription
The service description of the service.
serviceHostBase
The host of the service.
endpoints
The service endpoints.
bindingParameters
Custom objects to which binding elements have access.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.