LEADTOOLS Medical (Leadtools.Medical.Worklist.Wcf assembly)

AddBindingParameters Method

Show in webframe





The service description of the service.
The host of the service.
The service endpoints.
Custom objects to which binding elements have access.
Provides the ability to pass custom data to binding elements to support the contract implementation.
Syntax
'Declaration
 
Public Sub AddBindingParameters( _
   ByVal serviceDescription As ServiceDescription, _
   ByVal serviceHostBase As ServiceHostBase, _
   ByVal endpoints As Collection(Of ServiceEndpoint), _
   ByVal bindingParameters As BindingParameterCollection _
) 
'Usage
 
Dim instance As ServiceErrorHandler
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

See Also

Reference

ServiceErrorHandler Class
ServiceErrorHandler Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.