Deletes the proxy record as specified by the given URL from the server.
Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Sub DeleteProxy ( _
    requestContext As TeamFoundationRequestContext, _
    proxyUrl As String _
)
public void DeleteProxy(
    TeamFoundationRequestContext requestContext,
    string proxyUrl
)
public:
void DeleteProxy(
    TeamFoundationRequestContext^ requestContext, 
    String^ proxyUrl
)
member DeleteProxy : 
        requestContext:TeamFoundationRequestContext * 
        proxyUrl:string -> unit
public function DeleteProxy(
    requestContext : TeamFoundationRequestContext, 
    proxyUrl : String
)
Parameters
- requestContext 
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext- The request context. 
- proxyUrl 
 Type: System.String- URL of the proxy record to delete. 
.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.