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