This documentation is archived and is not being maintained.

TeamFoundationServerUnauthorizedException::WebResponse Property

Gets the Web response which triggered this exception, or null if not available.

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

public:
property HttpWebResponse^ WebResponse {
	HttpWebResponse^ get ();
	private: void set (HttpWebResponse^ value);
}

Property Value

Type: System.Net::HttpWebResponse

Show: