Skip to main content
Version: 0.1.0

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; }

Property Value​

string