<Host Name> Properties Dialog Box, Proxy Tab (WCF-WSHttp Adapter Send Handler)

 

Use the Proxy tab to configure the send handler for the WCF-WSHttp adapter.

Use this To do this
Use proxy Indicate whether this send port uses a proxy server.

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.

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-WSHttp Send Handler