Blighttp.Reply.Reply C# (CSharp) Метод

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

public Reply ( string body ) : System
body string
Результат System
        public Reply(string body)
        {
            Initialise(ReplyCode.Ok, ContentType.Markup);
            Body = body;
        }

Same methods

Reply::Reply ( ) : System
Reply::Reply ( ReplyCode code, ContentType type, ChunkedHandlerCallbackType chunkedHandlerDelegate ) : System
Reply::Reply ( ReplyCode code, ContentType type, string body ) : System