ProtocolImporter Methods

(see also Protected Methods )
  Name Description
Public method 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.
Public method Equals  Overloaded.
Determines whether two Object instances are equal.
(inherited from Object)
Public method GetHashCode 
Serves as a hash function for a particular type.
(inherited from Object)
Public method GetType 
Gets the Type of the current instance.
(inherited from Object)
Public method OperationBindingSyntaxException
Produces an Exception indicating that the current OperationBinding instance for which a binding class is being generated is invalid within the target namespace.
Public method OperationSyntaxException
Produces an Exception indicating that the current Operation instance for which a binding class is being generated is invalid within the target namespace.
Public method Static ReferenceEquals 
Determines whether the specified Object instances are the same instance.
(inherited from Object)
Public method ToString 
Returns a String that represents the current Object.
(inherited from Object)
Public method 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.
Public method 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.
Public method 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.
Top

  Name Description
Protected method BeginClass
When overridden in a derived class, initializes the generation of a binding class.
Protected method BeginNamespace
When overridden in a derived class, performs namespace-wide initialization during code generation.
Protected method EndClass
When overridden in a derived class, processes a binding class.
Protected method EndNamespace
When overridden in a derived class, performs processing for an entire namespace.
Protected method 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)
Protected method GenerateMethod
When overridden in a derived class, generates method code for binding classes.
Protected method IsBindingSupported
When overridden in a derived class, determines whether a class can be generated for the current binding.
Protected method IsOperationFlowSupported
When overridden in a derived class, determines whether the current operation's operation flow is supported.
Protected method MemberwiseClone 
Creates a shallow copy of the current Object.
(inherited from Object)
Top

Community Additions

ADD
Show: