DimeRecord Class
Represents the header and payload of a DIME record.
Namespace: Microsoft.Web.Services2.Dime
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)
Usage
'Usage
Dim dimeRecord1 As DimeRecord
Syntax
'Declaration
Public Class DimeRecord
public class DimeRecord
public ref class DimeRecord
public class DimeRecord
public class DimeRecord
Remarks
A DIME message contains one or more DIME records, which may have their payloads chunked. A DIME record contains a payload described by a Type, a TypeFormat, a ContentLength, and an optional Id. DIME record headers stores information about these and other record and payload properties. But if the payload is chunked in a DIME message, only the first record containing the chunked payload can have its header information accessed.
A DimeRecord is not directly creatable (the class has no public constructor); it is created using the NewRecord method when writing a DIME message and accessed with the ReadRecord method when reading a DIME message.
Inheritance Hierarchy
System.Object
Microsoft.Web.Services2.Dime.DimeRecord
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000
Target Platforms
Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone
See Also
Reference
Microsoft.Web.Services2.Dime Namespace