System.Web.Services.Description.Operation Members

The members of System.Web.Services.Description.Operation are listed below.

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

Public Constructors

Initializes a new instance of the System.Web.Services.Description.Operation class.

Public Properties

[read-only]
override
ExtensionsServiceDescriptionFormatExtensionCollection.

Gets the System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection associated with this System.Web.Services.Description.Operation.

[read-only]
FaultsOperationFaultCollection.

Gets the collection of faults, or error messages, defined by the current System.Web.Services.Description.Operation.

[read-only]
MessagesOperationMessageCollection.

Gets the collection of instances of the System.Web.Services.Description.Message class defined by the current System.Web.Services.Description.Operation.

Namestring. Documentation for this section has not yet been entered.
ParameterOrderstring[].

Gets or sets an array of the elements contained in the Operation.ParameterOrderString.

ParameterOrderStringstring.

Gets or sets an optional Remote Procedure Call (RPC) signature that orders specification for request-response or solicit-response operations.

[read-only]
PortTypePortType.

Gets the System.Web.Services.Description.PortType of which the System.Web.Services.Description.Operation is a member.

Public Methods

IsBoundBy(OperationBinding) : bool

Returns a value that indicates whether the specified System.Web.Services.Description.OperationBinding matches with the System.Web.Services.Description.Operation.