[This is preliminary documentation and is subject to change.]
The WireMsg type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| WireMsg |
Creates WireMsg around pre-filled memory chunk that includes msg size - first 4 bytes
|
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 | ||
Returns the fully qualified type name of this instance. (Inherited from | ||
| UpdateBufferStats |
Update buffers statistics
|
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| Data |
Returns the data chunk received/sent from/to socket INCLUDING the total size (first 4 bytes BEint32)
|
Properties
| Name | Description | |
|---|---|---|
| Buffer |
Returns data byte buffer
| |
| BufferUsedSize |
Returns data byte buffer use count, i.w. the buffer may be physically larger, however only BufferUsedSize must be transmitted
| |
| Frame |
Returns frame serialized in data
|
See Also