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