Class HarReadPostData
- Namespace
- Fluxzy.Readers
- Assembly
- Fluxzy.Core.dll
public class HarReadPostData
- Inheritance
-
HarReadPostData
- Inherited Members
-
Properties
public string? Comment { get; set; }
Property Value
- string
MimeType
public string MimeType { get; set; }
Property Value
- string
Params
public List<HarReadParam> Params { get; set; }
Property Value
- List<HarReadParam>
Text
public string Text { get; set; }
Property Value
- string
Methods
Write(Stream)
public void Write(Stream stream)
Parameters
stream
Stream