VersionControlServer.GetProxy Method

Gets the record for a proxy server at the specified URL.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Function GetProxy ( _
    proxyUrl As String _
) As ProxyInfo
public ProxyInfo GetProxy(
    string proxyUrl
)
public:
ProxyInfo^ GetProxy(
    String^ proxyUrl
)
member GetProxy : 
        proxyUrl:string -> ProxyInfo
public function GetProxy(
    proxyUrl : String
) : ProxyInfo

Parameters

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client.ProxyInfo
The ProxyInfo object corresponding to the specified URL. Null if one is not found.

.NET Framework Security

See Also

Reference

VersionControlServer Class

Microsoft.TeamFoundation.VersionControl.Client Namespace