Class FramerUtil
Inherited Members
Namespace: Glitch9.IO.Networking.RESTApi
Assembly: Glitch9.IO.dll
Syntax
public static class FramerUtil
Methods
| Edit this page View SourceGetFramer(FramerType)
Declaration
public static IByteFramer GetFramer(FramerType type)
Parameters
| Type | Name | Description |
|---|---|---|
| FramerType | type |
Returns
| Type | Description |
|---|---|
| IByteFramer |
ParseFramerType(string)
Declaration
public static FramerType ParseFramerType(string contentType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | contentType |
Returns
| Type | Description |
|---|---|
| FramerType |