C# 클래스 Vtex.Gallery.Core.Models.Response.File

파일 보기 프로젝트 열기: vtex/gallery-core-net

공개 메소드들

메소드 설명
File ( string path, string hash, int size, string content, ContentEncoding encoding ) : System
ReadAsByteArray ( ) : byte[]
ReadAsString ( ) : string

메소드 상세

File() 공개 메소드

public File ( string path, string hash, int size, string content, ContentEncoding encoding ) : System
path string
hash string
size int
content string
encoding ContentEncoding
리턴 System

ReadAsByteArray() 공개 메소드

public ReadAsByteArray ( ) : byte[]
리턴 byte[]

ReadAsString() 공개 메소드

public ReadAsString ( ) : string
리턴 string