Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a new proxy server record.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub AddProxy ( _
    url As String _
)
public void AddProxy(
    string url
)
public:
void AddProxy(
    String^ url
)
member AddProxy : 
        url:string -> unit 
public function AddProxy(
    url : String
)
Parameters
- url
 Type: System.String
 The URL of the 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.