WSTrustServiceContract.IncludeNamespace Method

Definition

Adds the required WS-Trust namespaces to the WSDL if not already present.

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)

Parameters

context
WsdlEndpointConversionContext

Provides mappings from exported WSDL elements to the endpoint description.

prefix
String

The prefix of the namespace to be included.

ns
String

The namespace to be included.

Exceptions

context is null.

-or-

prefix is null or an empty string.

-or-

ns is null or an empty string.

Applies to