C# Class Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pchc.RESPONSE_MESSAGE

Response message are sent in response to the request message: INITIAL_OFFER_MESSAGE, SEGMENT_INFO_MESSAGE.
Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
ResponseCode RESPONSE_CODE
TransportHeader TRANSPORT_HEADER

Property Details

ResponseCode public_oe property

Each response message contains a response code.
public RESPONSE_CODE ResponseCode
return RESPONSE_CODE

TransportHeader public_oe property

The transport adds the TransportHeader in front of any response protocol message.
public TRANSPORT_HEADER,Microsoft.Protocols.TestTools.StackSdk.BranchCache.Pchc TransportHeader
return TRANSPORT_HEADER