OperationMessage

OperationMessage

System.Web.Services.Description (system.web.services.dll)abstract class

This abstract class represents the WSDL <message> element. There are two types of operations recognized in WSDL, input and output. These operations are represented specifically by the classes OperationInput and OperationOutput, both of which derive from this class. OperationFault also derives from this class.

public abstract class OperationMessage : DocumentableItem { // Protected Constructorsprotected OperationMessage( ); // Public Instance Properties    public XmlQualifiedName Message{set; get; }    public string Name{set; get; }    public Operation Operation{get; } }

Hierarchy

System.Object DocumentableItem OperationMessage

Subclasses

OperationFault, OperationInput, OperationOutput

Returned By

OperationMessageCollection.this

Passed To

OperationMessageCollection.{Add( ), Contains( ), CopyTo( ), IndexOf( ), Insert( ), Remove( ), this}



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net