Constructor QueryEncodingEventArgs
QueryEncodingEventArgs(string?)
Initializes a new instance of the QueryEncodingEventArgs class.
public QueryEncodingEventArgs(string? fileName)
Parameters
fileNamestringName of the file for which encoding is requested.
QueryEncodingEventArgs(Stream?)
Initializes a new instance of the QueryEncodingEventArgs class.
public QueryEncodingEventArgs(Stream? stream)
Parameters
streamStreamStream with data for which encoding is requested.