TeamFoundationVersionControlService.DeleteProxy Method

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

  • proxyUrl
    Type: System.String

    URL of the proxy record to delete.

.NET Framework Security

See Also

Reference

TeamFoundationVersionControlService Class

Microsoft.TeamFoundation.VersionControl.Server Namespace