Adds the required WS-Trust namespaces to the WSDL if not already present.
Пространство имен: Microsoft.IdentityModel.Protocols.WSTrust
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim context As WsdlEndpointConversionContext Dim prefix As String Dim ns As String Me.IncludeNamespace(context, prefix, ns) |
Синтаксис
Visual Basic |
---|
Protected Overridable Sub IncludeNamespace ( _ context As WsdlEndpointConversionContext, _ prefix As String, _ ns As String _ ) |
C# |
---|
protected virtual void IncludeNamespace ( WsdlEndpointConversionContext context, string prefix, string ns ) |
C++ |
---|
protected: virtual void IncludeNamespace ( WsdlEndpointConversionContext^ context, String^ prefix, String^ ns ) |
J# |
---|
protected void IncludeNamespace ( WsdlEndpointConversionContext context, String prefix, String ns ) |
JScript |
---|
protected function IncludeNamespace ( context : WsdlEndpointConversionContext, prefix : String, ns : String ) |
Параметры
- context
-
Provides mappings from exported WSDL elements to the endpoint description.
- prefix
-
The prefix of the namespace to be included.
- ns
-
The namespace to be included.
Исключения
Тип исключений | Условие |
---|---|
ArgumentNullException |
The parameter 'prefix' or 'ns' is either null or String.Empty. |
ArgumentNullException |
The ‘context’ parameter is null. |
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.