Microsoft.Protocols.TestSuites.MS_OXCNOTIF.MS_OXCNOTIFAdapter.VerifyUDPTransport C# (CSharp) Method

VerifyUDPTransport() private method

Verify Syntax about UDP Transport.
private VerifyUDPTransport ( ) : void
return void
        private void VerifyUDPTransport()
        {
            // Add the debug information
            Site.Log.Add(LogEntryKind.Debug, "Verify MS-OXCNOTIF_R3");

            // When the client receives a datagram from the server at the callback address through test suites by using underlying
            // networking protocols, this method will be invoked, and this requirement will be verified directly.
            Site.CaptureRequirement(
                3,
                @"[In Transport] UDP datagrams are sent from server to client by using the User Datagram Protocol (UDP), as specified in [RFC768].");
        }