System::Net::WebProxy::WebProxy constructor
Contents
[
Hide
]WebProxy::WebProxy() constructor
Constructs a new instance.
System::Net::WebProxy::WebProxy()
See Also
- Class WebProxy
- Namespace System::Net
- Library Aspose.PUB for C++
WebProxy::WebProxy(System::SharedPtr<Uri>) constructor
Constructs a new instance.
System::Net::WebProxy::WebProxy(System::SharedPtr<Uri> Address)
Parameter | Type | Description |
---|---|---|
Address | System::SharedPtr<Uri> | The proxy server address. |
See Also
- Typedef SharedPtr
- Class Uri
- Class WebProxy
- Namespace System::Net
- Library Aspose.PUB for C++
WebProxy::WebProxy(System::SharedPtr<Uri>, bool) constructor
Constructs a new instance.
System::Net::WebProxy::WebProxy(System::SharedPtr<Uri> Address, bool BypassOnLocal)
Parameter | Type | Description |
---|---|---|
Address | System::SharedPtr<Uri> | The proxy server address. |
BypassOnLocal | bool | A value that indicates if the proxy server must be used for local addresses. |
See Also
- Typedef SharedPtr
- Class Uri
- Class WebProxy
- Namespace System::Net
- Library Aspose.PUB for C++
WebProxy::WebProxy(System::SharedPtr<Uri>, bool, System::ArrayPtr<String>) constructor
Constructs a new instance.
System::Net::WebProxy::WebProxy(System::SharedPtr<Uri> Address, bool BypassOnLocal, System::ArrayPtr<String> BypassList)
Parameter | Type | Description |
---|---|---|
Address | System::SharedPtr<Uri> | The proxy server address. |
BypassOnLocal | bool | A value that indicates if the proxy server must be used for local addresses. |
BypassList | System::ArrayPtr<String> | The list of addresses that do not use the proxy server. |
See Also
- Typedef SharedPtr
- Class Uri
- Typedef ArrayPtr
- Class String
- Class WebProxy
- Namespace System::Net
- Library Aspose.PUB for C++
WebProxy::WebProxy(System::SharedPtr<Uri>, bool, System::ArrayPtr<String>, System::SharedPtr<ICredentials>) constructor
Constructs a new instance.
System::Net::WebProxy::WebProxy(System::SharedPtr<Uri> Address, bool BypassOnLocal, System::ArrayPtr<String> BypassList, System::SharedPtr<ICredentials> Credentials)
Parameter | Type | Description |
---|---|---|
Address | System::SharedPtr<Uri> | The proxy server address. |
BypassOnLocal | bool | A value that indicates if the proxy server must be used for local addresses. |
BypassList | System::ArrayPtr<String> | The list of addresses that do not use the proxy server. |
Credentials | System::SharedPtr<ICredentials> | The credentials that are sent to the proxy server for authentication. |
See Also
- Typedef SharedPtr
- Class Uri
- Typedef ArrayPtr
- Class String
- Class ICredentials
- Class WebProxy
- Namespace System::Net
- Library Aspose.PUB for C++
WebProxy::WebProxy(String, int32_t) constructor
Constructs a new instance.
System::Net::WebProxy::WebProxy(String Host, int32_t Port)
Parameter | Type | Description |
---|---|---|
Host | String | The host name. |
Port | int32_t | The port number. |
See Also
- Class String
- Class WebProxy
- Namespace System::Net
- Library Aspose.PUB for C++
WebProxy::WebProxy(String) constructor
Constructs a new instance.
System::Net::WebProxy::WebProxy(String Address)
Parameter | Type | Description |
---|---|---|
Address | String | The proxy server address. |
See Also
- Class String
- Class WebProxy
- Namespace System::Net
- Library Aspose.PUB for C++
WebProxy::WebProxy(String, bool) constructor
Constructs a new instance.
System::Net::WebProxy::WebProxy(String Address, bool BypassOnLocal)
Parameter | Type | Description |
---|---|---|
Address | String | The proxy server address. |
BypassOnLocal | bool | A value that indicates if the proxy server must be used for local addresses. |
See Also
- Class String
- Class WebProxy
- Namespace System::Net
- Library Aspose.PUB for C++
WebProxy::WebProxy(String, bool, System::ArrayPtr<String>) constructor
Constructs a new instance.
System::Net::WebProxy::WebProxy(String Address, bool BypassOnLocal, System::ArrayPtr<String> BypassList)
Parameter | Type | Description |
---|---|---|
Address | String | The proxy server address. |
BypassOnLocal | bool | A value that indicates if the proxy server must be used for local addresses. |
BypassList | System::ArrayPtr<String> | The list of addresses that do not use the proxy server. |
See Also
- Class String
- Typedef ArrayPtr
- Class WebProxy
- Namespace System::Net
- Library Aspose.PUB for C++
WebProxy::WebProxy(String, bool, System::ArrayPtr<String>, System::SharedPtr<ICredentials>) constructor
Constructs a new instance.
System::Net::WebProxy::WebProxy(String Address, bool BypassOnLocal, System::ArrayPtr<String> BypassList, System::SharedPtr<ICredentials> Credentials)
Parameter | Type | Description |
---|---|---|
Address | String | The proxy server address. |
BypassOnLocal | bool | A value that indicates if the proxy server must be used for local addresses. |
BypassList | System::ArrayPtr<String> | The list of addresses that do not use the proxy server. |
Credentials | System::SharedPtr<ICredentials> | The credentials that are sent to the proxy server for authentication. |
See Also
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ICredentials
- Class WebProxy
- Namespace System::Net
- Library Aspose.PUB for C++