WCF-BasicHttp Transport Properties Dialog Box, Send, Proxy Tab

 

Use the Proxy tab to configure the proxy for this send port.

Use this To do this
Use Handler's default proxy settings Specify whether this send port uses the proxy settings in the send handler hosting this send port.

This is the default setting.
Do not use proxy Indicate whether this send port uses a proxy server.

The default value is cleared.
Use proxy Indicate whether this send port uses the proxy server specified in the Address property.

The default value is cleared.
Address Specify the address of the proxy server. Use the https or the http scheme depending on the security configuration. This address can be followed by a colon and the port number. For example, http://127.0.0.1:8080.

This property requires a value only if Use proxy is selected.

Type: String

Maximum length: 256

The default is an empty string.
User name Specify the user name to use for authentication. If integrated authentication is used, the user name includes the domain, that is, domain\username. If Basic or Digest authentication is used, the user name does not include domain\. This property requires a value only if Use proxy is selected. Note: The WCF-BasicHttp send adapter uses the basic authentication for the proxy.

Type: String

Minimum length: 0

Maximum length: 256

The default is an empty string.
Password Specify the password to use for authentication.

This property requires a value only if Use proxy is selected.

Type: String

Minimum length: 0

Maximum length: 256

The default is an empty string.

See Also

How to Configure a WCF-BasicHttp Send Port
How to Configure a WCF-BasicHttp Send Handler