ProtocolImporter Methods

 

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

NameDescription
System_CAPS_pubmethodAddExtensionWarningComments(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.

System_CAPS_protmethodBeginClass()

When overridden in a derived class, initializes the generation of a binding class.

System_CAPS_protmethodBeginNamespace()

When overridden in a derived class, performs namespace-wide initialization during code generation.

System_CAPS_protmethodEndClass()

When overridden in a derived class, processes a binding class.

System_CAPS_protmethodEndNamespace()

When overridden in a derived class, performs processing for an entire namespace.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_protmethodGenerateMethod()

When overridden in a derived class, generates method code for binding classes.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodIsBindingSupported()

When overridden in a derived class, determines whether a class can be generated for the current binding.

System_CAPS_protmethodIsOperationFlowSupported(OperationFlow)

When overridden in a derived class, determines whether the current operation's operation flow is supported.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodOperationBindingSyntaxException(String^)

Produces an Exception indicating that the current OperationBinding instance for which a binding class is being generated is invalid within the target namespace.

System_CAPS_pubmethodOperationSyntaxException(String^)

Produces an Exception indicating that the current Operation instance for which a binding class is being generated is invalid within the target namespace.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodUnsupportedBindingWarning(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.

System_CAPS_pubmethodUnsupportedOperationBindingWarning(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.

System_CAPS_pubmethodUnsupportedOperationWarning(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.

Return to top
Show: