BestHTTP.PlatformSupport.FileSystem.WebGLIOService.CreateFileStream C# (CSharp) Méthode

CreateFileStream() public méthode

public CreateFileStream ( string path, FileStreamModes mode ) : Stream
path string
mode FileStreamModes
Résultat Stream
        public Stream CreateFileStream(string path, FileStreamModes mode)
        {
            throw new NotImplementedException();
        }