Class WebSocketDecoder
Inherited Members
Namespace: Titanium.Web.Proxy
Assembly: Titanium.Web.Proxy.dll
Syntax
public class WebSocketDecoder
Methods
| Improve this Doc View SourceDecode(Byte[], Int32, Int32)
Declaration
public IEnumerable<WebSocketFrame> Decode(byte[] data, int offset, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | data | |
| Int32 | offset | |
| Int32 | count |
Returns
| Type | Description |
|---|---|
| IEnumerable<WebSocketFrame> |