21 references to Validate
Microsoft.AspNetCore.Server.IIS (21)
NativeMethods.cs (21)
175Validate(http_post_completion(pInProcessHandler, cbBytes)); 180Validate(http_set_completion_status(pInProcessHandler, rquestNotificationStatus)); 192Validate(register_callbacks(pInProcessApplication, requestCallback, shutdownCallback, disconnectCallback, asyncCallback, requestsDrainedHandler, pvRequestContext, pvShutdownContext)); 212Validate(http_stop_calls_into_managed(pInProcessApplication)); 217Validate(http_stop_incoming_requests(pInProcessApplication)); 222Validate(http_disable_buffering(pInProcessHandler)); 227Validate(http_set_response_status_code(pInProcessHandler, statusCode, pszReason)); 242Validate(http_set_managed_context(pInProcessHandler, pvManagedContext)); 247Validate(http_get_application_properties(out IISConfigurationData iisConfigurationData)); 263Validate(http_set_server_variable(pInProcessHandler, variableName, value)); 290Validate(http_enable_websockets(pInProcessHandler)); 303Validate(hr); 309Validate(http_close_connection(pInProcessHandler)); 314Validate(http_set_close(pInProcessHandler)); 319Validate(http_response_set_unknown_header(pInProcessHandler, pszHeaderName, pszHeaderValue, usHeaderValueLength, fReplace)); 324Validate(http_response_set_known_header(pInProcessHandler, headerId, pHeaderValue, length, fReplace)); 329Validate(http_response_set_need_goaway(pInProcessHandler)); 334Validate(http_get_authentication_information(pInProcessHandler, out authType, out token)); 347Validate(http_response_set_trailer(pInProcessHandler, pHeaderName, pHeaderValue, length, replace)); 352Validate(http_reset_stream(pInProcessHandler, errorCode)); 358Validate(http_has_response4(pInProcessHandler, out supportsTrailers));