AWSSDK_DotNet.IntegrationTests.Tests.Servlet.WriteResponse C# (CSharp) Метод

WriteResponse() защищенный Метод

protected WriteResponse ( HttpListenerResponse response, string content ) : void
response System.Net.HttpListenerResponse
content string
Результат void
        protected void WriteResponse(HttpListenerResponse response, string content)
        {
            WriteResponse(response, content, 200);
        }
        protected void WriteResponse(HttpListenerResponse response, string content, int status)

Same methods

Servlet::WriteResponse ( HttpListenerResponse response, string content, int status ) : void
Servlet::WriteResponse ( HttpListenerResponse response, string content, int status, string>.IDictionary headers ) : void