I have public url of a video file
Im trying to find the file size of that video file.
So that I had created a web request and called GetResponse () and getting the file size from response.ContentLength.
My question is, If the file size is more than 100MB, the GetResponse() method will take much time to complete the request. And will it effect any performance because I just want to find the file size, so no need to download the entire file.
Please help me.
Thanks Naresh Ede