Struct FileInfo
Namespace: WukongMp.Api.Https
Assembly: WukongMp.Api.dll
public readonly struct FileInfo
Inherited Membersâ
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructorsâ
FileInfo(string, byte[])â
public FileInfo(string name, byte[] content)
Parametersâ
name string
content byte[]
Propertiesâ
Contentâ
The binary content of the file.
public byte[] Content { get; }
Property Valueâ
byte[]
Nameâ
The name of the file.
public string Name { get; }