MessageCollection Class
.NET Framework 2.0
Represents a collection of instances of the Message class. This class cannot be inherited.
Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in system.web.services.dll)
Assembly: System.Web.Services (in system.web.services.dll)
ServiceDescription myServiceDescription = ServiceDescription.Read("MathService_input_cs.wsdl"); // Create SOAP messages. Message myMessage = new Message(); myMessage.Name = "AddSoapOut"; MessagePart myMessagePart = new MessagePart(); myMessagePart.Name = "parameters"; myMessagePart.Element = new XmlQualifiedName("AddResponse",myServiceDescription.TargetNamespace); myMessage.Parts.Add(myMessagePart); myServiceDescription.Messages.Add(myMessage);
System.Object
System.Collections.CollectionBase
System.Web.Services.Description.ServiceDescriptionBaseCollection
System.Web.Services.Description.MessageCollection
System.Collections.CollectionBase
System.Web.Services.Description.ServiceDescriptionBaseCollection
System.Web.Services.Description.MessageCollection
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.