Microsoft.Protocols.TestSuites.MS_ASDOC.MS_ASDOCAdapter.VerifyTransport C# (CSharp) Method

VerifyTransport() private method

This method is used to verify transport related requirement.
private VerifyTransport ( ) : void
return void
        private void VerifyTransport()
        {
            // Add the debug information
            Site.Log.Add(LogEntryKind.Debug, "Verify MS-ASDOC_R4");

            // Verify MS-ASCAL requirement: MS-ASDOC_R4
            // ActiveSyncClient encodes XML request into WBXML and decodes WBXML to XML response, capture it directly if server responses succeed.
            Site.CaptureRequirement(
                4,
                @"[In Transport] The XML markup that constitutes the request body or the response body that is transmitted between the client and the server uses Wireless Application Protocol (WAP) Binary XML (WBXML), as specified in [MS-ASWBXML].");
        }