Home
last modified time | relevance | path

Searched refs:SendHeaders (Results 1 – 25 of 44) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/Windows/
H A DHttpResponseStream.Windows.cs73 statusCode = _httpContext.Response.SendHeaders(null, null, flags, false); in WriteCore()
104 … statusCode = _httpContext.Response.SendHeaders(&dataChunk, null, flags, false); in WriteCore()
180 statusCode = _httpContext.Response.SendHeaders(null, asyncResult, flags, false); in BeginWriteCore()
327 … statusCode = _httpContext.Response.SendHeaders(pDataChunk, null, flags, false); in DisposeCore()
362 statusCode = _httpContext.Response.SendHeaders(null, null, flags, false); in DisposeCore()
/dports/net-im/sayaka/sayaka-3.5.1/src/
H A DHttpClient.h82 SendHeaders.push_back(s); in AddHeader()
105 std::vector<std::string> SendHeaders {};
/dports/www/xsp/xsp-4.5/src/Mono.WebServer.XSP/
H A DXSPWorkerRequest.cs350 SendHeaders (); in FlushResponse()
644 SendHeaders (); in SendResponseFromMemory()
722 SendHeaders (); in SendResponseFromFile()
736 int SendHeaders () in SendHeaders() method in Mono.WebServer.XSPWorkerRequest
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/
H A DGlobal.asax.cs17 MonoTests.SystemWeb.Framework.WebTest.CurrentTest.SendHeaders (); in Application_OnEndRequest()
H A DWebTest.cs174 public void SendHeaders () in SendHeaders() method in MonoTests.SystemWeb.Framework.WebTest
176 Host.SendHeaders (this); in SendHeaders()
H A DMyHost.cs124 internal void SendHeaders (WebTest webTest) in SendHeaders() method in MonoTests.SystemWeb.Framework.MyHost
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_ListenerResponseStream.cs156 statusCode = m_HttpContext.Response.SendHeaders(null, null, flags, false); in Write()
186 … statusCode = m_HttpContext.Response.SendHeaders(&dataChunk, null, flags, false); in Write()
267 … statusCode = m_HttpContext.Response.SendHeaders(null, asyncResult, flags, false); in BeginWrite()
412 … statusCode = m_HttpContext.Response.SendHeaders(pDataChunk, null, flags, false); in Dispose()
440 … statusCode = m_HttpContext.Response.SendHeaders(null, null, flags, false); in Dispose()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Posix/Mono.Remoting.Channels.Unix/
H A DUnixMessageIO.cs129 SendHeaders (networkStream, requestHeaders, buffer); in SendMessageStream()
155 …private static void SendHeaders(Stream networkStream, ITransportHeaders requestHeaders, byte[] buf… in SendHeaders() method in Mono.Remoting.Channels.Unix.UnixMessageIO
/dports/security/nmap/nmap-7.91/nselib/
H A Dajp.lua205 SendHeaders = {
215 local sh = AJP.Response.SendHeaders:new()
330 local sh = AJP.Response.SendHeaders.parse(buf .. data)
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/protocol/
H A Dhttp.h51 void SendHeaders();
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/test/
H A Dwebserver.py21 self.SendHeaders(headers, len(body))
29 def SendHeaders(self, headers={}, content_length=None): member in Responder
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Tcp/
H A DTcpMessageIO.cs138 SendHeaders (networkStream, requestHeaders, buffer); in SendMessageStream()
167 …private static void SendHeaders(Stream networkStream, ITransportHeaders requestHeaders, byte[] buf… in SendHeaders() method in System.Runtime.Remoting.Channels.Tcp.TcpMessageIO
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/protocol/
H A Dhttp.h61 void SendHeaders();
/dports/news/nzbget/nzbget-21.1/daemon/connect/
H A DWebDownloader.h98 void SendHeaders(URL *url);
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/protocol/
H A Dhttp.h61 void SendHeaders();
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/protocol/
H A Dhttp.h61 void SendHeaders();
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/protocol/
H A Dhttp.h61 void SendHeaders();
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/protocol/
H A Dhttp.h60 void SendHeaders();
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/protocol/
H A Dhttp.h60 void SendHeaders();
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/protocol/
H A Dhttp.h60 void SendHeaders();
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dhttp.cpp155 void wxHTTP::SendHeaders() in SendHeaders() function in wxHTTP
279 SendHeaders(); in BuildRequest()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dhttp.cpp155 void wxHTTP::SendHeaders() in SendHeaders() function in wxHTTP
279 SendHeaders(); in BuildRequest()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dhttp.cpp155 void wxHTTP::SendHeaders() in SendHeaders() function in wxHTTP
279 SendHeaders(); in BuildRequest()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dhttp.cpp155 void wxHTTP::SendHeaders() in SendHeaders() function in wxHTTP
279 SendHeaders(); in BuildRequest()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dhttp.cpp236 void wxHTTP::SendHeaders() in SendHeaders() function in wxHTTP
374 SendHeaders(); in BuildRequest()

12