http_auth_handler_negotiate.h | 58 // |use_port()| and |set_use_port()| get/set whether the auth handlers 62 bool use_port() const { return use_port_; } function in class:net::HttpAuthHandlerNegotiate::Factory 63 void set_use_port(bool use_port) { use_port_ = use_port; } 100 bool use_port);
|