Home
last modified time | relevance | path

Searched refs:incoming_response (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Web/System.ServiceModel.Web/
H A DWebOperationContext.cs67 IncomingWebResponseContext incoming_response; field in System.ServiceModel.Web.WebOperationContext
77 incoming_response = new IncomingWebResponseContext (operationContext); in WebOperationContext()
91 get { return incoming_response; }
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransact.cc284 HttpTransact::is_response_valid(State *s, HTTPHdr *incoming_response) in is_response_valid() argument
296 s->hdr_info.response_error = check_response_validity(s, incoming_response); in is_response_valid()
5818 HTTPStatus status_code = incoming_response->status_get(); in initialize_state_variables_from_response()
5824 if (incoming_response->presence(MIME_PRESENCE_CONTENT_LENGTH)) { in initialize_state_variables_from_response()
5825 int64_t cl = incoming_response->get_content_length(); in initialize_state_variables_from_response()
5835 if (incoming_response->presence(MIME_PRESENCE_TRANSFER_ENCODING)) { in initialize_state_variables_from_response()
5867 …new_enc_field->value_append(incoming_response->m_heap, incoming_response->m_mime, new_enc_val, new… in initialize_state_variables_from_response()
5869 new_enc_field = incoming_response->field_create(); in initialize_state_variables_from_response()
5879 incoming_response->field_delete(field); in initialize_state_variables_from_response()
5884 …new_enc_field->name_set(incoming_response->m_heap, incoming_response->m_mime, MIME_FIELD_TRANSFER_… in initialize_state_variables_from_response()
[all …]
H A DHttpTransact.h1008 static void initialize_state_variables_from_response(State *s, HTTPHdr *incoming_response);
1019 static bool is_response_valid(State *s, HTTPHdr *incoming_response);