WSTrustServiceContract.IncludeNamespace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.