Méthode | Description | |
---|---|---|
BuildDataFrame ( Http2Stream stream, ProtocolData data ) : System.ServiceModel.Http2Protocol.ProtocolFrames.DataFrame |
Builds the data frame.
|
|
BuildDataFrame ( Http2Stream stream, ProtocolData data, bool final ) : System.ServiceModel.Http2Protocol.ProtocolFrames.DataFrame |
Builds the data frame.
|
|
BuildDataFrame ( int streamId, ProtocolData data ) : System.ServiceModel.Http2Protocol.ProtocolFrames.DataFrame |
Builds the data frame.
|
|
BuildGoAwayFrame ( int lastSeenGoodStreamId, StatusCode reason ) : System.ServiceModel.Http2Protocol.ProtocolFrames.GoAwayFrame |
Builds the GoAway frame.
|
|
BuildHeadersFrame ( Http2Stream stream, ProtocolHeaders headers, bool final ) : |
Builds the headers frame.
|
|
BuildPingFrame ( int streamId ) : |
Builds the Ping frame.
|
|
BuildRSTFrame ( Http2Stream stream, StatusCode reason ) : |
Builds the RST Frame.
|
|
BuildRSTFrame ( int streamId, StatusCode reason ) : |
Builds the RST Frame.
|
|
BuildSettingsFrame ( Http2Stream stream ) : |
||
BuildSynReplyFrame ( Http2Stream stream, ProtocolHeaders headers ) : |
Builds the SYN_REPLY frame.
|
|
BuildSynReplyFrame ( int streamId, ProtocolHeaders headers ) : |
Builds the SYN_REPLY frame.
|
|
BuildSynStreamFrame ( Http2Stream stream, ProtocolHeaders headers, bool final ) : |
Builds the SYN_STREAM frame.
|
|
BuildSynStreamFrame ( int streamId, ProtocolHeaders headers ) : |
Builds the SYN_STREAM frame.
|
|
BuildWindowUpdateFrame ( Http2Stream stream, Int64 deltaSize ) : WindowUpdateFrame | ||
BuildWindowUpdateFrame ( int streamId, Int64 deltaSize ) : WindowUpdateFrame |
Builds the WindowUpdate Frame.
|
Méthode | Description | |
---|---|---|
BuildControlFrame ( FrameType type, Http2Stream stream, ProtocolHeaders headers ) : |
Builds the control frame.
|
|
BuildControlFrame ( FrameType type, int streamId, ProtocolHeaders headers ) : |
Builds the control frame.
|
public BuildDataFrame ( Http2Stream stream, ProtocolData data ) : System.ServiceModel.Http2Protocol.ProtocolFrames.DataFrame | ||
stream | Http2Stream | The stream. |
data | ProtocolData | The data. |
Résultat | System.ServiceModel.Http2Protocol.ProtocolFrames.DataFrame |
public BuildDataFrame ( Http2Stream stream, ProtocolData data, bool final ) : System.ServiceModel.Http2Protocol.ProtocolFrames.DataFrame | ||
stream | Http2Stream | The stream. |
data | ProtocolData | The data. |
final | bool | if set to |
Résultat | System.ServiceModel.Http2Protocol.ProtocolFrames.DataFrame |
public BuildDataFrame ( int streamId, ProtocolData data ) : System.ServiceModel.Http2Protocol.ProtocolFrames.DataFrame | ||
streamId | int | The stream id. |
data | ProtocolData | The data. |
Résultat | System.ServiceModel.Http2Protocol.ProtocolFrames.DataFrame |
public BuildGoAwayFrame ( int lastSeenGoodStreamId, StatusCode reason ) : System.ServiceModel.Http2Protocol.ProtocolFrames.GoAwayFrame | ||
lastSeenGoodStreamId | int | The last seen good stream id. |
reason | StatusCode | The reason of GoAway. |
Résultat | System.ServiceModel.Http2Protocol.ProtocolFrames.GoAwayFrame |
public BuildHeadersFrame ( Http2Stream stream, ProtocolHeaders headers, bool final ) : |
||
stream | Http2Stream | The stream. |
headers | ProtocolHeaders | The headers. |
final | bool | if set to |
Résultat |
public BuildPingFrame ( int streamId ) : |
||
streamId | int | |
Résultat |
public BuildRSTFrame ( Http2Stream stream, StatusCode reason ) : |
||
stream | Http2Stream | The stream. |
reason | StatusCode | The reason for RST. |
Résultat |
public BuildRSTFrame ( int streamId, StatusCode reason ) : |
||
streamId | int | The stream id. |
reason | StatusCode | The reason for RST. |
Résultat |
public BuildSettingsFrame ( Http2Stream stream ) : |
||
stream | Http2Stream | |
Résultat |
public BuildSynReplyFrame ( Http2Stream stream, ProtocolHeaders headers ) : |
||
stream | Http2Stream | The stream. |
headers | ProtocolHeaders | The headers. |
Résultat |
public BuildSynReplyFrame ( int streamId, ProtocolHeaders headers ) : |
||
streamId | int | The stream id. |
headers | ProtocolHeaders | The headers. |
Résultat |
public BuildSynStreamFrame ( Http2Stream stream, ProtocolHeaders headers, bool final ) : |
||
stream | Http2Stream | The stream. |
headers | ProtocolHeaders | The headers. |
final | bool | Indicates that stream is not going to send any more data. |
Résultat |
public BuildSynStreamFrame ( int streamId, ProtocolHeaders headers ) : |
||
streamId | int | The stream id. |
headers | ProtocolHeaders | The headers. |
Résultat |
public BuildWindowUpdateFrame ( Http2Stream stream, Int64 deltaSize ) : WindowUpdateFrame | ||
stream | Http2Stream | |
deltaSize | Int64 | |
Résultat | WindowUpdateFrame |
public BuildWindowUpdateFrame ( int streamId, Int64 deltaSize ) : WindowUpdateFrame | ||
streamId | int | |
deltaSize | Int64 | |
Résultat | WindowUpdateFrame |