Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Property WebResponse As HttpWebResponse
public HttpWebResponse WebResponse { get; private set; }
public:
property HttpWebResponse^ WebResponse {
HttpWebResponse^ get ();
private: void set (HttpWebResponse^ value);
}
member WebResponse : HttpWebResponse with get, private set
function get WebResponse () : HttpWebResponse
private function set WebResponse (value : HttpWebResponse)
Property Value
Type: System.Net.HttpWebResponse
.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.