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;
        }