Method | Description | |
---|---|---|
DecodeHttpHeader ( |
Decode the struct of HTTP response header.
|
|
PccrtpResponse ( ) : System.Collections.Generic |
Initializes a new instance of the PccrtpResponse class.
|
|
PccrtpResponse ( byte data ) : System.Collections.Generic |
Initializes a new instance of the PccrtpResponse class.
|
public DecodeHttpHeader ( |
||
response | Indicates the HTTP response. | |
return | void |
public PccrtpResponse ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public PccrtpResponse ( byte data ) : System.Collections.Generic | ||
data | byte | Indicates the payload data returned from server. |
return | System.Collections.Generic |