Property | Type | Description | |
---|---|---|---|
DeserializeControlFrame | System.ServiceModel.Http2Protocol.ProtocolFrames.BaseFrame | ||
DeserializeDataFrame | System.ServiceModel.Http2Protocol.ProtocolFrames.BaseFrame | ||
GetFrameType | FrameType | ||
ParseControlFrameHeader | void | ||
ParseControlFrameHeaders | void | ||
ParseDataFrameHeader | void | ||
ProcessorRun | void | ||
SerializeControlFrame | byte[] | ||
SerializeControlFrameHeaders | byte[] | ||
SerializeDataFrame | byte[] | ||
SetProcessors | void |
Method | Description | |
---|---|---|
Deserialize ( byte data ) : System.ServiceModel.Http2Protocol.ProtocolFrames.BaseFrame |
Deserializes the specified data into frame.
|
|
DeserializeCloseFrameExt ( byte data ) : System.ServiceModel.Http2Protocol.ProtocolFrames.CloseFrameExt |
Deserializes the Http2 Close Extension Data.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
FrameSerializer ( |
Initializes a new instance of the FrameSerializer class.
|
|
Serialize ( System.ServiceModel.Http2Protocol.ProtocolFrames.BaseFrame frame ) : byte[] |
Serializes the specified frame.
|
Method | Description | |
---|---|---|
DeserializeControlFrame ( byte data ) : System.ServiceModel.Http2Protocol.ProtocolFrames.BaseFrame |
Deserializes the data into control frame.
|
|
DeserializeDataFrame ( byte frameData ) : System.ServiceModel.Http2Protocol.ProtocolFrames.BaseFrame |
Deserialize Http2 data frame
|
|
GetFrameType ( byte data ) : FrameType | ||
ParseControlFrameHeader ( |
Parses HTTP header of Http2 control frame.
|
|
ParseControlFrameHeaders ( |
Parses HTTP headers of Http2 control frame.
|
|
ParseDataFrameHeader ( System.ServiceModel.Http2Protocol.ProtocolFrames.DataFrame &frame, byte data ) : void |
Parses HTTP header of Http2 data frame.
|
|
ProcessorRun ( byte &headersArray, DirectionProcessType type, int flags ) : void |
Start process.
|
|
SerializeControlFrame ( |
Serializes the control frame.
|
|
SerializeControlFrameHeaders ( ProtocolHeaders frameHeaders ) : byte[] | ||
SerializeDataFrame ( System.ServiceModel.Http2Protocol.ProtocolFrames.DataFrame frame ) : byte[] |
Serializes the data frame.
|
|
SetProcessors ( List |
Sets the message processors.
|
public Deserialize ( byte data ) : System.ServiceModel.Http2Protocol.ProtocolFrames.BaseFrame | ||
data | byte | The data. |
return | System.ServiceModel.Http2Protocol.ProtocolFrames.BaseFrame |
public DeserializeCloseFrameExt ( byte data ) : System.ServiceModel.Http2Protocol.ProtocolFrames.CloseFrameExt | ||
data | byte | The data. |
return | System.ServiceModel.Http2Protocol.ProtocolFrames.CloseFrameExt |
public FrameSerializer ( |
||
options | The options. | |
return | System.Collections.Generic |
public Serialize ( System.ServiceModel.Http2Protocol.ProtocolFrames.BaseFrame frame ) : byte[] | ||
frame | System.ServiceModel.Http2Protocol.ProtocolFrames.BaseFrame | The frame. |
return | byte[] |