Partager via


Méthode WSTrustServiceContract.AddBindingParameters

Inherited from IContractBehavior Configures any binding elements to support the contract behavior.

Espace de noms: Microsoft.IdentityModel.Protocols.WSTrust
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

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

instance.AddBindingParameters(contractDescription, endpoint, bindingParameters)

Syntaxe

'Déclaration
Public Sub AddBindingParameters ( _
    contractDescription As ContractDescription, _
    endpoint As ServiceEndpoint, _
    bindingParameters As BindingParameterCollection _
)
public void AddBindingParameters (
    ContractDescription contractDescription,
    ServiceEndpoint endpoint,
    BindingParameterCollection bindingParameters
)
public:
virtual void AddBindingParameters (
    ContractDescription^ contractDescription, 
    ServiceEndpoint^ endpoint, 
    BindingParameterCollection^ bindingParameters
) sealed
public final void AddBindingParameters (
    ContractDescription contractDescription, 
    ServiceEndpoint endpoint, 
    BindingParameterCollection bindingParameters
)
public final function AddBindingParameters (
    contractDescription : ContractDescription, 
    endpoint : ServiceEndpoint, 
    bindingParameters : BindingParameterCollection
)

Paramètres

  • contractDescription
    The contract description to modify.
  • endpoint
    The endpoint to modify.
  • bindingParameters
    The objects that binding elements require to support the behavior.

Cohérence de thread

Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

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

Voir aussi

Référence

Classe WSTrustServiceContract
Membres WSTrustServiceContract
Espace de noms Microsoft.IdentityModel.Protocols.WSTrust