IDTSConnectionManagerHttp100.ProxyBypassList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the addresses that do not use a proxy server.
public:
property cli::array <System::String ^> ^ ProxyBypassList { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Runtime.InteropServices.DispId(13)]
public string[] ProxyBypassList { [System.Runtime.InteropServices.DispId(13)] get; [System.Runtime.InteropServices.DispId(13)] set; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
[<set: System.Runtime.InteropServices.DispId(13)>]
member this.ProxyBypassList : string[] with get, set
Public Property ProxyBypassList As String()
Property Value
String[]
The addresses that do not use a proxy server.
- Attributes