BestHTTP.PlatformSupport.FileSystem.WebGLIOService.CreateFileStream C# (CSharp) 메소드

CreateFileStream() 공개 메소드

public CreateFileStream ( string path, FileStreamModes mode ) : Stream
path string
mode FileStreamModes
리턴 Stream
        public Stream CreateFileStream(string path, FileStreamModes mode)
        {
            throw new NotImplementedException();
        }