MessageCollection Class
.NET Framework 3.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)
'Declaration Public NotInheritable Class MessageCollection Inherits ServiceDescriptionBaseCollection 'Usage Dim instance As MessageCollection
public final class MessageCollection extends ServiceDescriptionBaseCollection
public final class MessageCollection extends ServiceDescriptionBaseCollection
Not applicable.
Dim myServiceDescription As ServiceDescription = _ ServiceDescription.Read ("MathService_input_vb.wsdl") ' Create SOAP messages. Dim myMessage As New Message() myMessage.Name = "AddSoapOut" Dim myMessagePart As 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.Community Additions
ADD
Show: