Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.