TeamFoundationSoapProxy.ThrowIfUnauthorized Method

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Protected Overridable Sub ThrowIfUnauthorized ( _
    response As HttpWebResponse _
)
'Usage
Dim response As HttpWebResponse 

Me.ThrowIfUnauthorized(response)
protected virtual void ThrowIfUnauthorized(
    HttpWebResponse response
)
protected:
virtual void ThrowIfUnauthorized(
    HttpWebResponse^ response
)
protected function ThrowIfUnauthorized(
    response : HttpWebResponse
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationSoapProxy Class

TeamFoundationSoapProxy Members

Microsoft.TeamFoundation.Client Namespace