WSTrustServiceContract.ExportEndpoint メソッド
Implements IWsdlExportExtensions.ExportEndpoint. The default implementation does the following: For every Trust contract found, 1. Includes the appropriate trust namespace in the WSDL. 2. Imports the appropriate Trust schema and all dependent schemas. 3. Fixes the Messages of each operation to it appropriate WS-Trust equivalent. Trust Contract exposed by the Framework takes a System.ServiceModel.Channels.Message in and returns a System.ServiceModel.Channels.Message out. But Trust messages expects and RST and returns an RSTR/RSTRC. This method fixes the message names with the appropriate WS-Trust messages.
名前空間: Microsoft.IdentityModel.Protocols.WSTrust
アセンブリ: Microsoft.IdentityModel (microsoft.identitymodel.dll 中)
使用方法
Dim instance As WSTrustServiceContract Dim exporter As WsdlExporter Dim context As WsdlEndpointConversionContext instance.ExportEndpoint(exporter, context)
構文
'宣言
Public Overridable Sub ExportEndpoint ( _
exporter As WsdlExporter, _
context As WsdlEndpointConversionContext _
)
public virtual void ExportEndpoint (
WsdlExporter exporter,
WsdlEndpointConversionContext context
)
public:
virtual void ExportEndpoint (
WsdlExporter^ exporter,
WsdlEndpointConversionContext^ context
)
public void ExportEndpoint (
WsdlExporter exporter,
WsdlEndpointConversionContext context
)
public function ExportEndpoint (
exporter : WsdlExporter,
context : WsdlEndpointConversionContext
)
パラメーター
- exporter
The WsdlExporter that exports the contract information.
- context
Provides mappings from exported WSDL elements to the endpoint description.
スレッド セーフ
この型のパブリックな静的 (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 名前空間