SoapProtocolImporter Methods
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() | AddExtensionWarningComments(CodeCommentStatementCollection^, ServiceDescriptionFormatExtensionCollection^) | For each unhandled extension or XML element in the input extensions collection, turns on a RequiredExtensionsIgnored or OptionalExtensionsIgnored warning for each unhandled extension or XML element in the input extensions collection. (Inherited from ProtocolImporter.) |
![]() | BeginClass() | Initializes the generation of a binding class.(Overrides ProtocolImporter::BeginClass().) |
![]() | BeginNamespace() | Performs initialization for an entire code namespace during code generation.(Overrides ProtocolImporter::BeginNamespace().) |
![]() | EndClass() | Processes a binding class after the generation of methods.(Overrides ProtocolImporter::EndClass().) |
![]() | EndNamespace() | Performs processing for an entire code namespace after binding class generation.(Overrides ProtocolImporter::EndNamespace().) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GenerateMethod() | Generates method code for a binding class.(Overrides ProtocolImporter::GenerateMethod().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IsBindingSupported() | Determines whether a class can be generated for the current binding.(Overrides ProtocolImporter::IsBindingSupported().) |
![]() | IsOperationFlowSupported(OperationFlow) | Determines whether the current operation's operation flow is supported.(Overrides ProtocolImporter::IsOperationFlowSupported(OperationFlow).) |
![]() | IsSoapEncodingPresent(String^) | Checks for the presence of "http://schemas.xmlsoap.org/soap/encoding/" in a string that represents a list of Uniform Resource Indicators (URIs). |
![]() | MemberwiseClone() | |
![]() | OperationBindingSyntaxException(String^) | Produces an Exception indicating that the current OperationBinding instance for which a binding class is being generated is invalid within the target namespace.(Inherited from ProtocolImporter.) |
![]() | OperationSyntaxException(String^) | Produces an Exception indicating that the current Operation instance for which a binding class is being generated is invalid within the target namespace.(Inherited from ProtocolImporter.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | UnsupportedBindingWarning(String^) | Turns on an UnsupportedBindingsIgnored 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.(Inherited from ProtocolImporter.) |
![]() | UnsupportedOperationBindingWarning(String^) | 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.(Inherited from ProtocolImporter.) |
![]() | UnsupportedOperationWarning(String^) | 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.(Inherited from ProtocolImporter.) |

