SoapProtocolImporter Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AddExtensionWarningComments |
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)
|
| Equals |
Overloaded.
Determines whether two Object instances are equal.
(inherited from
Object)
|
| GetHashCode |
Serves as a hash function for a particular type.
(inherited from
Object)
|
| GetType |
Gets the Type of the current instance.
(inherited from
Object)
|
| OperationBindingSyntaxException |
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 |
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)
|
| ReferenceEquals |
Determines whether the specified Object instances are the same instance.
(inherited from
Object)
|
| ToString |
Returns a String that represents the current Object.
(inherited from
Object)
|
| UnsupportedBindingWarning |
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 |
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 |
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)
|
| Name | Description | |
|---|---|---|
| BeginClass |
Overridden.
Initializes the generation of a binding class.
|
| BeginNamespace |
Overridden.
Performs initialization for an entire code namespace during code generation.
|
| EndClass |
Overridden.
Processes a binding class after the generation of methods.
|
| EndNamespace |
Overridden.
Performs processing for an entire code namespace after binding class generation.
|
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(inherited from
Object)
|
| GenerateMethod |
Overridden.
Generates method code for a binding class.
|
| IsBindingSupported |
Overridden.
Determines whether a class can be generated for the current binding.
|
| IsOperationFlowSupported |
Overridden.
Determines whether the current operation's operation flow is supported.
|
| IsSoapEncodingPresent |
Checks for the presence of "http://schemas.xmlsoap.org/soap/encoding/" in a string that represents a list of Uniform Resource Indicators (URIs).
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(inherited from
Object)
|
Community Additions
ADD
Show: