MCQs > IT & Programming > Web API > You need to maximize performance of video delivery. Which code segment should you use as the body of the GetVideoStream function in the VideoController class?

Web API MCQs

You need to maximize performance of video delivery. Which code segment should you use as the body of the GetVideoStream function in the VideoController class?

Answer

Correct Answer:

if (Request.Headers["Accept-Encoding"].Contains("gzip"))

{

return new GZipStream(System.IO.File.OpenRead(videoId),CompressionMode.Compress);

}


Explanation:

Note: This Question is unanswered, help us to find answer for this one

Web API Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More Web API MCQ Questions

search

Web API Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it