System::Net::WebProxy::set_Credentials method
WebProxy::set_Credentials method
Sets the credentials that are sent to the proxy server for authentication.
void System::Net::WebProxy::set_Credentials(System::SharedPtr<ICredentials> value)
| Parameter | Type | Description | 
|---|---|---|
| value | System::SharedPtr<ICredentials> | The credentials to set. | 
See Also
- Typedef SharedPtr
 - Class ICredentials
 - Class WebProxy
 - Namespace System::Net
 - Library Aspose.PDF for C++