Метод WSTrustServiceContract.ApplyDispatchBehavior
Inherited from IContractBehavior. Implements a modification or extension of the client across a contract.
Пространство имен: Microsoft.IdentityModel.Protocols.WSTrust
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Dim instance As WSTrustServiceContract Dim contractDescription As ContractDescription Dim endpoint As ServiceEndpoint Dim dispatchRuntime As DispatchRuntime instance.ApplyDispatchBehavior(contractDescription, endpoint, dispatchRuntime)
Синтаксис
'Декларация
Public Sub ApplyDispatchBehavior ( _
contractDescription As ContractDescription, _
endpoint As ServiceEndpoint, _
dispatchRuntime As DispatchRuntime _
)
public void ApplyDispatchBehavior (
ContractDescription contractDescription,
ServiceEndpoint endpoint,
DispatchRuntime dispatchRuntime
)
public:
virtual void ApplyDispatchBehavior (
ContractDescription^ contractDescription,
ServiceEndpoint^ endpoint,
DispatchRuntime^ dispatchRuntime
) sealed
public final void ApplyDispatchBehavior (
ContractDescription contractDescription,
ServiceEndpoint endpoint,
DispatchRuntime dispatchRuntime
)
public final function ApplyDispatchBehavior (
contractDescription : ContractDescription,
endpoint : ServiceEndpoint,
dispatchRuntime : DispatchRuntime
)
Параметры
- contractDescription
The contract description to be modified.
- endpoint
The endpoint that exposes the contract.
- dispatchRuntime
The dispatch runtime that controls service execution.
Безопасность потоков
Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также
Справочник
Класс WSTrustServiceContract
WSTrustServiceContract Члены
Пространство имен Microsoft.IdentityModel.Protocols.WSTrust