This documentation is archived and is not being maintained.
ProxyInfo Constructor
Visual Studio 2013
Initializes a new ProxyInfo instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public:
ProxyInfo(
String^ url,
String^ friendlyName,
String^ site,
String^ description,
ProxyFlags flags
)
Parameters
- url
- Type: System::String
The URL of this proxy server.
- friendlyName
- Type: System::String
The display name of this server (may be blank).
- site
- Type: System::String
The site of this proxy server (may be blank).
- description
- Type: System::String
A description of this proxy server.
- flags
- Type: Microsoft.TeamFoundation.VersionControl.Common::ProxyFlags
The flags for this proxy.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: