get_Credentials()

HttpWebRequest::get_Credentials() method

Gets authentication information that is associated with the current request.

System::SharedPtr<ICredentials> System::Net::HttpWebRequest::get_Credentials() override

Return Value

Authentication information that is associated with the current request.

See Also