RepositoryExtensions.QueryProxies Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryProxies ( _
proxyUrls As String() _
) As ProxyInfo()
[WebMethodAttribute]
public ProxyInfo[] QueryProxies(
string[] proxyUrls
)
[WebMethodAttribute]
public:
array<ProxyInfo^>^ QueryProxies(
array<String^>^ proxyUrls
)
[<WebMethodAttribute>]
member QueryProxies :
proxyUrls:string[] -> ProxyInfo[]
public function QueryProxies(
proxyUrls : String[]
) : ProxyInfo[]
Parameters
- proxyUrls
Type: array<System.String[]
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ProxyInfo[]
.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.