Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the header and payload of a framed record.
The following tables list the members exposed by the FramingRecord type.
Public Properties
Name | Description | |
---|---|---|
![]() |
BodyStream | Gets the stream for reading or writing the payload data of a framed record. |
![]() |
Chunked | Gets a value indicating whether the record is chunked. |
![]() |
ChunkSize | Gets or sets the maximum size of a chunk when writing chunked payload framed records. |
![]() |
ContentLength | Gets the payload length of the framed record. |
![]() |
Id | Gets the id of the framed record. |
![]() |
MessageBegin | Gets a value indicating whether the record is the first in the message. |
![]() |
MessageEnd | Gets a value indicating whether the record is the last in the message. |
![]() |
Type | Gets the type of data in the payload of the framed record. |
![]() |
TypeFormat | Gets the format of the payload type. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Close | Closes a framed record. |
![]() |
Dispose | Releases all resources used by the FramingRecord. |
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
FramingRecord Class
Microsoft.Web.Services3.Messaging.Framing Namespace