System.Web.Services 1.0.5000.0 2.0.0.0 Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details. System.Web.Services.Description.NamedItem The class corresponds to the Web Services Description Language (WSDL) operation element enclosed by the portType element. For more information about WSDL, see the specification at http://www.w3.org/TR/wsdl/. Provides an abstract definition of an action supported by the XML Web service. This class cannot be inherited. Constructor To be added Initializes a new instance of the class. 1.0.5000.0 2.0.0.0 Property 2.0.0.0 System.Xml.Serialization.XmlIgnore System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection To be added. To be added. Gets the associated with this . Property System.Web.Services.Description.OperationFaultCollection To be added: an object of type 'OperationFaultCollection' To be added Gets the collection of faults, or error messages, defined by the current . 1.0.5000.0 2.0.0.0 System.Xml.Serialization.XmlElement("fault") Method System.Boolean To be added Returns a value that indicates whether the specified matches with the . true if the instance matches the parameter; otherwise, false. An to be checked to determine whether it matches with the . 1.0.5000.0 2.0.0.0 Property System.Web.Services.Description.OperationMessageCollection To be added: an object of type 'OperationMessageCollection' Because an is associated with exactly one and exactly one , only one instance of each can be a member of this collection, and thus the collection can have a maximum of two members. Gets the collection of instances of the class defined by the current . 1.0.5000.0 2.0.0.0 System.Xml.Serialization.XmlElement("input", typeof(System.Web.Services.Description.OperationInput)) System.Xml.Serialization.XmlElement("output", typeof(System.Web.Services.Description.OperationOutput)) Property System.String To be added To be added: an object of type 'string' To be added 1.0.5000.0 2.0.0.0 System.Xml.Serialization.XmlAttribute("name") Property System.String[] To be added: an object of type 'string []' The elements of this array are identical to those of the property, but housed in an array rather than a space-delimited string. Gets or sets an array of the elements contained in the . 1.0.5000.0 2.0.0.0 System.Xml.Serialization.XmlIgnore Property System.String To be added: an object of type 'string' The named instances must adhere to the following rules: The order of the named instances reflects the order of the parameters in the RPC (remote procedure call) signature, which is the name of the operation, its input and output parameters, the results it returns and the exceptions it might be asked to handle. The return value is not present in the list. If the name appears in both the input and output messages, it is an parameter. If the name appears only in the input message, it is an parameter. If the name appears only in the output message, it is an parameter. Note that this parameter list is not required, even if the is to be used with an RPC-style . Do not call directly. This method is only used internally for XML serialization. To return the parameter list use . Gets or sets an optional Remote Procedure Call (RPC) signature that orders specification for request-response or solicit-response operations. 1.0.5000.0 2.0.0.0 System.Xml.Serialization.XmlAttribute("parameterOrder") System.ComponentModel.DefaultValue("") Property System.Web.Services.Description.PortType To be added: an object of type 'PortType' To be added Gets the of which the is a member. 1.0.5000.0 2.0.0.0 System.Web.Services.Configuration.XmlFormatExtensionPoint("Extensions")