System.Web.Services.Description (system.web.services.dll) | sealed class |
This class represents the WSDL <output>
element. It defines an abstract message format for retrieving
information from a specific web method (by referring to the
appropriate Message object).
public sealed class OperationOutput : OperationMessage {
// Public Constructors
public OperationOutput( );
}
Hierarchy
System.Object
DocumentableItem
OperationMessage
OperationOutput
Returned By
OperationMessageCollection.Output
|