NetworkStream.Length Property
C#
3
Posts
2
Posters
1
Views
1
Watching
-
Hi All, I want to use this property but in MSDN it says "This property is not currently supported and always throws a NotSupportedException.". When will it be supported? Can you suggest any other method or property?
This should work, pls try and let me know. private m_NetworkStream = new NetworkStream(); public override long Length { get { return m_NetworkStream.Length; } } Regards, Bhupi Bhai
-
This should work, pls try and let me know. private m_NetworkStream = new NetworkStream(); public override long Length { get { return m_NetworkStream.Length; } } Regards, Bhupi Bhai