System.Web.Services.Description.SoapProtocolImporter: Method Members

The methods of System.Web.Services.Description.SoapProtocolImporter are listed below. For a list of all members, see the SoapProtocolImporter Members list.

See Also: Inherited members from System.Web.Services.Description.ProtocolImporter

Protected Methods

override
BeginClass() : System.CodeDom.CodeTypeDeclaration

Initializes the generation of a binding class.

override
BeginNamespace()

Performs initialization for an entire code namespace during code generation.

override
EndClass()

Processes a binding class after the generation of methods.

override
EndNamespace()

Performs processing for an entire code namespace after binding class generation.

override
GenerateMethod() : System.CodeDom.CodeMemberMethod

Generates method code for a binding class.

override
IsBindingSupported() : bool

Determines whether a class can be generated for the current binding.

override
IsOperationFlowSupported(OperationFlow) : bool

Determines whether the current operation's operation flow is supported.

IsSoapEncodingPresent(string) : bool

Checks for the presence of "http://schemas.xmlsoap.org/soap/encoding/" in a string that represents a list of Uniform Resource Indicators (URIs).