SpiecsEngine
 
Loading...
Searching...
No Matches

◆ CloseConnection()

bool Spices::Net::HttpResponse::CloseConnection ( ) const

Get CloseConnection.

Returns
Returns CloseConnection.

Definition at line 36 of file HttpResponse.cpp.

37 {
39
40 return m_CloseConnection;
41 }
#define SPICES_PROFILE_ZONE
bool m_CloseConnection
CloseConnection.

References m_CloseConnection.

Referenced by Spices::Net::HttpServer::OnRequest().