RestApiDownloadState.Response Property
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property Response As HttpResponseMessage
public HttpResponseMessage Response { get; private set; }
public:
property HttpResponseMessage^ Response {
HttpResponseMessage^ get ();
private: void set (HttpResponseMessage^ value);
}
member Response : HttpResponseMessage with get, private set
function get Response () : HttpResponseMessage
private function set Response (value : HttpResponseMessage)
Property Value
Type: System.Net.Http.HttpResponseMessage
.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.