Tries to find the encoding of a HTML file from the Content-type meta tag.

C# | Visual Basic | Visual C++ |
protected virtual Encoding DeriveEncoding( Stream stream )
Protected Overridable Function DeriveEncoding ( _ stream As Stream _ ) As Encoding
protected: virtual Encoding^ DeriveEncoding( Stream^ stream )

- stream (Stream)