MessageDescriptionCollection Class
.NET Framework 3.0
Provides a collection that is used to store descriptions of the messages that make up an operation that belongs to a contract.
Namespace: System.ServiceModel.Description
Assembly: System.ServiceModel (in system.servicemodel.dll)
Assembly: System.ServiceModel (in system.servicemodel.dll)
'Declaration Public Class MessageDescriptionCollection Inherits Collection(Of MessageDescription) 'Usage Dim instance As MessageDescriptionCollection
public class MessageDescriptionCollection extends Collection<MessageDescription>
public class MessageDescriptionCollection extends Collection<MessageDescription>
Not applicable.
A ContractDescription is used to describe contracts and their associated operations. Each contract operation has a corresponding OperationDescription that describes aspects of the operation, such as whether the operation is one-way or request/reply. Each OperationDescription in turn describes the messages that make up the operation using a collection of MessageDescription.
System.Object
System.Collections.ObjectModel.Collection
System.ServiceModel.Description.MessageDescriptionCollection
System.Collections.ObjectModel.Collection
System.ServiceModel.Description.MessageDescriptionCollection
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, 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: