[This is preliminary documentation and is subject to change.]
The WireFrame type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | WireFrame(Stream) |
Reconstruct (deserializes) frame from the stream. May throw on error
|
![]() | WireFrame(Int32, Boolean, FID, String) | Initializes a new instance of the WireFrame class |
![]() | WireFrame(FrameType, Int32, Boolean, FID, String) | Initializes a new instance of the WireFrame class |
Methods
Name | Description | |
---|---|---|
![]() | ![]() | Indicates whether this instance and a specified object are equal. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Returns the hash code for this instance. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Serialize |
Serialize the frame to the given stream returning the byte size of the frame
|
![]() | ToString | (Overrides ![]() |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() ![]() | FID_LENGTH | |
![]() ![]() | FRAME_LENGTH | |
![]() ![]() | HEADERS_ENCODING | |
![]() ![]() | MAGIC | |
![]() ![]() | MAX_HEADERS_BYTE_LENGTH | |
![]() ![]() | SLIM_FORMAT | |
![]() ![]() | VERSION |
Properties
Name | Description | |
---|---|---|
![]() | Format |
Format used for payload encoding, use FORMAT_SLIM as a default constant
|
![]() | Headers |
Optional frame headers parsed from XML HeadersContent
|
![]() | HeadersContent |
Optional frame headers content - an unparsed XML string
|
![]() | Length |
The total byte size of the frame that includes the length of headers (if any)
|
![]() | OneWay |
True if the requesting party does not expect a response
|
![]() | RequestID |
RequestID of the request in following message or echo response message
|
![]() | Type |
Returns type of this frame
|
See Also