Initializes a new ProxyInfo instance.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    url As String, _
    friendlyName As String, _
    site As String, _
    description As String, _
    flags As ProxyFlags _
)
public ProxyInfo(
    string url,
    string friendlyName,
    string site,
    string description,
    ProxyFlags flags
)
public:
ProxyInfo(
    String^ url, 
    String^ friendlyName, 
    String^ site, 
    String^ description, 
    ProxyFlags flags
)
new : 
        url:string * 
        friendlyName:string * 
        site:string * 
        description:string * 
        flags:ProxyFlags -> ProxyInfo
public function ProxyInfo(
    url : String, 
    friendlyName : String, 
    site : String, 
    description : String, 
    flags : ProxyFlags
)
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. 
.NET Framework Security
- 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.