Class BufferWithMetadata
public class BufferWithMetadata : IHasContentType
- Inheritance
-
objectBufferWithMetadata
- Implements
- Derived
Constructors
BufferWithMetadata(byte[]?, string)
public BufferWithMetadata(byte[]? content, string contentType)
Parameters
BufferWithMetadata(string)
public BufferWithMetadata(string contentType)
Parameters
contentType
string
Properties
Content
public byte[]? Content { get; set; }
Property Value
- byte[]
ContentType
public string ContentType { get; set; }
Property Value
Operators
explicit operator byte[]?(BufferWithMetadata)
public static explicit operator byte[]?(BufferWithMetadata str)
Parameters
Returns
- byte[]
implicit operator BufferWithMetadata((byte[], string))
public static implicit operator BufferWithMetadata((byte[], string) tuple)