Inherited from IContractBehavior Configures any binding elements to support the contract behavior.
Пространство имен: Microsoft.IdentityModel.Protocols.WSTrust
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As WSTrustServiceContract
Dim contractDescription As ContractDescription
Dim endpoint As ServiceEndpoint
Dim bindingParameters As BindingParameterCollection

instance.AddBindingParameters(contractDescription, endpoint, bindingParameters)

Синтаксис

Visual Basic
Public Sub AddBindingParameters ( _
		contractDescription As ContractDescription, _
		endpoint As ServiceEndpoint, _
		bindingParameters As BindingParameterCollection _
)
C#
public void AddBindingParameters (
		ContractDescription contractDescription,
		ServiceEndpoint endpoint,
		BindingParameterCollection bindingParameters
)
C++
public:
virtual void AddBindingParameters (
		ContractDescription^ contractDescription, 
		ServiceEndpoint^ endpoint, 
		BindingParameterCollection^ bindingParameters
) sealed
J#
public final void AddBindingParameters (
		ContractDescription contractDescription, 
		ServiceEndpoint endpoint, 
		BindingParameterCollection bindingParameters
)
JScript
public final function AddBindingParameters (
		contractDescription : ContractDescription, 
		endpoint : ServiceEndpoint, 
		bindingParameters : BindingParameterCollection
)

Параметры

contractDescription

The contract description to modify.

endpoint

The endpoint to modify.

bindingParameters

The objects that binding elements require to support the behavior.

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также