Method | Description | |
---|---|---|
Initialize ( ITestSite testSite ) : void |
Initialize adapter.
|
|
Reset ( ) : void |
Reset the adapter.
|
|
SendPccrtpRequestMessage ( HttpVersionType httpVersion, bool isRequestPartialContent, string uri ) : |
Send a PCCRTP request message and receive a PCCRTP response message.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Dispose(bool disposing) executes in two distinct scenarios. If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed.
|
Method | Description | |
---|---|---|
GetProperty ( string propName ) : string |
Get the value of property in ptfconfig file.
|
|
VerifyContentInfomationStructure ( |
Verify requirements about content information structure.
|
|
VerifyContentSegmentsBlocks ( |
Verify Content, Segments, and Blocks defined in section 2.1.
|
|
VerifyDataStructure ( |
Verify Data Structure of Content Information defined in section 2.3.
|
|
VerifyPccrtpResponse ( |
This class is used to verify the requirements related to PCCRTP response.
|
|
VerifySegmentContentBlocks ( |
Verify SegmentContentBlocks defined in section 2.3.1.2.
|
|
VerifySegmentDescription ( |
Verify SegmentDescription defined in section 2.3.1.1.
|
|
VerifySegmentIdentifiersAndKeys ( |
Verify Segment Identifiers (HoHoDK) and Keys defined in section 2.2.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | /// If disposing equals false, the method has been called by the /// runtime from inside the finalizer and you should not reference /// other objects. Only unmanaged resources can be disposed. /// |
return | void |
public Initialize ( ITestSite testSite ) : void | ||
testSite | ITestSite | The test site instance associated with the current adapter. |
return | void |
public SendPccrtpRequestMessage ( HttpVersionType httpVersion, bool isRequestPartialContent, string uri ) : |
||
httpVersion | HttpVersionType | Indicates the HTTP version type used. |
isRequestPartialContent | bool | Indicates it is requesting partical content or not. |
uri | string | Indicates the URI on the SUT requested by the client. |
return |