SBSWebServiceBehaviorAttribute.AddBindingParameters Method (ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection)
Adds binging parameters to the web service. This method is not implemented.
Namespace: Microsoft.WindowsServerSolutions.WebApi.Framework
Assembly: Wssg.WebApi.Framework (in Wssg.WebApi.Framework.dll)
Syntax
public void AddBindingParameters(
ServiceDescription serviceDescription,
ServiceHostBase serviceHostBase,
Collection<ServiceEndpoint> endpoints,
BindingParameterCollection bindingParameters
)
public:
virtual void AddBindingParameters(
ServiceDescription^ serviceDescription,
ServiceHostBase^ serviceHostBase,
Collection<ServiceEndpoint^>^ endpoints,
BindingParameterCollection^ bindingParameters
) sealed
Public Sub AddBindingParameters (
serviceDescription As ServiceDescription,
serviceHostBase As ServiceHostBase,
endpoints As Collection(Of ServiceEndpoint),
bindingParameters As BindingParameterCollection
)
Parameters
serviceDescription
Type: System.ServiceModel.Description.ServiceDescriptionThe service description.
serviceHostBase
Type: System.ServiceModel.ServiceHostBaseThe host of the service.
endpoints
Type: System.Collections.ObjectModel.Collection<ServiceEndpoint>A Collection<T> of type ServiceEndpoint that represents the service endpoints.
bindingParameters
Type: System.ServiceModel.Channels.BindingParameterCollectionA collection of custom objects to which binding elements have access.
Implements
See Also
SBSWebServiceBehaviorAttribute Class
Microsoft.WindowsServerSolutions.WebApi.Framework Namespace
Return to top