This documentation is archived and is not being maintained.

ProxyInfo Constructor

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.

Show: