Microsoft.Protocols.TestSuites.MS_OXWSFOLD.MS_OXWSFOLDAdapter.VerifySoapVersion C# (CSharp) Method

VerifySoapVersion() private method

Verify the SOAP version.
private VerifySoapVersion ( ) : void
return void
        private void VerifySoapVersion()
        {
            // Add the debug information
            this.Site.Log.Add(LogEntryKind.Debug, "Verify MS-OXWSFOLD_R3");

            // Verify MS-OXWSFOLD requirement: MS-OXWSFOLD_R3
            // According to the implementation of adapter, the message is formatted as SOAP 1.1. If the operation is invoked successfully, then this requirement can be verified.
            this.Site.CaptureRequirement(
                3,
                @"[In Transport]The SOAP version supported is SOAP 1.1. ");
        }