Bloom.Api.PretendRequestInfo.ReplyWithFileContent C# (CSharp) Метод

ReplyWithFileContent() публичный Метод

public ReplyWithFileContent ( string path ) : void
path string
Результат void
        public void ReplyWithFileContent(string path)
        {
            ReplyImagePath = path;
            WriteCompleteOutput(RobustFile.ReadAllText(path));
            HaveOutput = true;
        }