WSTrustServiceContract.IncludeNamespace メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
必要な WS-Trust 名前空間が WSDL に存在しない場合、これを追加します。
protected:
virtual void IncludeNamespace(System::ServiceModel::Description::WsdlEndpointConversionContext ^ context, System::String ^ prefix, System::String ^ ns);
protected virtual void IncludeNamespace (System.ServiceModel.Description.WsdlEndpointConversionContext context, string prefix, string ns);
abstract member IncludeNamespace : System.ServiceModel.Description.WsdlEndpointConversionContext * string * string -> unit
override this.IncludeNamespace : System.ServiceModel.Description.WsdlEndpointConversionContext * string * string -> unit
Protected Overridable Sub IncludeNamespace (context As WsdlEndpointConversionContext, prefix As String, ns As String)
パラメーター
- context
- WsdlEndpointConversionContext
エクスポートされた WSDL 要素からエンドポイントの説明へのマッピングを提供します。
- prefix
- String
含める名前空間のプリフィックス。
- ns
- String
含める名前空間。
例外
context
が null
です。
- または -
prefix
が null
または空の文字列です。
- または -
ns
が null
または空の文字列です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET