20 references to Validate
Microsoft.AspNetCore.Server.IIS (20)
NativeMethods.cs (20)
172Validate(http_post_completion(pInProcessHandler, cbBytes)); 177Validate(http_set_completion_status(pInProcessHandler, rquestNotificationStatus)); 189Validate(register_callbacks(pInProcessApplication, requestCallback, shutdownCallback, disconnectCallback, asyncCallback, requestsDrainedHandler, pvRequestContext, pvShutdownContext)); 209Validate(http_stop_calls_into_managed(pInProcessApplication)); 214Validate(http_stop_incoming_requests(pInProcessApplication)); 219Validate(http_disable_buffering(pInProcessHandler)); 224Validate(http_set_response_status_code(pInProcessHandler, statusCode, pszReason)); 239Validate(http_set_managed_context(pInProcessHandler, pvManagedContext)); 244Validate(http_get_application_properties(out IISConfigurationData iisConfigurationData)); 260Validate(http_set_server_variable(pInProcessHandler, variableName, value)); 287Validate(http_enable_websockets(pInProcessHandler)); 300Validate(hr); 306Validate(http_close_connection(pInProcessHandler)); 311Validate(http_response_set_unknown_header(pInProcessHandler, pszHeaderName, pszHeaderValue, usHeaderValueLength, fReplace)); 316Validate(http_response_set_known_header(pInProcessHandler, headerId, pHeaderValue, length, fReplace)); 321Validate(http_response_set_need_goaway(pInProcessHandler)); 326Validate(http_get_authentication_information(pInProcessHandler, out authType, out token)); 339Validate(http_response_set_trailer(pInProcessHandler, pHeaderName, pHeaderValue, length, replace)); 344Validate(http_reset_stream(pInProcessHandler, errorCode)); 350Validate(http_has_response4(pInProcessHandler, out supportsTrailers));