This documentation is archived and is not being maintained.
ProtocolImporter Methods
Visual Studio 2008
The ProtocolImporter type exposes the following members.
| 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. |
|
BeginClass | When overridden in a derived class, initializes the generation of a binding class. |
|
BeginNamespace | When overridden in a derived class, performs namespace-wide initialization during code generation. |
|
EndClass | When overridden in a derived class, processes a binding class. |
|
EndNamespace | When overridden in a derived class, performs processing for an entire namespace. |
|
Equals | 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 | When overridden in a derived class, generates method code for binding classes. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
IsBindingSupported | When overridden in a derived class, determines whether a class can be generated for the current binding. |
|
IsOperationFlowSupported | When overridden in a derived class, determines whether the current operation's operation flow is supported. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (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. |
|
OperationSyntaxException | Produces an Exception indicating that the current Operation instance for which a binding class is being generated is invalid within the target namespace. |
|
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. |
|
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. |
|
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. |
Show: