Method | Description | |
---|---|---|
DecodeHttpHeader ( |
Decode the struct of HTTP request header.
|
|
PccrtpRequest ( ) : System.Collections.Generic |
Initializes a new instance of the PccrtpRequest class.
|
|
PccrtpRequest ( string serverAddress, int port, string fileName, string>.Dictionary |
Initializes a new instance of the PccrtpRequest class.
|
public DecodeHttpHeader ( |
||
request | Indicates the HTTP request. | |
return | void |
public PccrtpRequest ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public PccrtpRequest ( string serverAddress, int port, string fileName, string>.Dictionary |
||
serverAddress | string | Indicates the address of SUT (System Under Testing). |
port | int | Indicates the port of SUT. |
fileName | string | Indicates the requested file name on the SUT. |
httpHeader | string>.Dictionary | Indicates the pair of key and value of the HTTP request header. |
return | System.Collections.Generic |