ProtocolImporter::UnsupportedOperationBindingWarning Method (String^)

 
Use BaseTrue

Turns on an UnsupportedOperationsIgnored warning in the ServiceDescriptionImportWarnings enumeration obtained through the Warnings property. This method also adds a warning message to the comments for the class that is being generated.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
void UnsupportedOperationBindingWarning(
	String^ text
)

Parameters

text
Type: System::String^

Annotation to be added to the warning message, which already indicates that the operation binding has been ignored.

.NET Framework
Available since 1.1
Return to top
Show: