AddBindingParameters Method

Summary

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

Syntax
C#
VB
C++
public void AddBindingParameters( 
   ServiceDescription serviceDescription, 
   ServiceHostBase serviceHostBase, 
   Collection<ServiceEndpoint> endpoints, 
   BindingParameterCollection bindingParameters 
) 
  
Public Sub AddBindingParameters( _ 
   ByVal serviceDescription As ServiceDescription, _ 
   ByVal serviceHostBase As ServiceHostBase, _ 
   ByVal endpoints As Collection(Of ServiceEndpoint), _ 
   ByVal bindingParameters As BindingParameterCollection _ 
)  
public: 
void AddBindingParameters(  
   ServiceDescription^ serviceDescription, 
   ServiceHostBase^ serviceHostBase, 
   Collection<ServiceEndpoint^>^ endpoints, 
   BindingParameterCollection^ 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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly