VssHttpClientBase.LastResponseContext Property
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public ReadOnly Property LastResponseContext As VssResponseContext
public VssResponseContext LastResponseContext { get; }
public:
property VssResponseContext^ LastResponseContext {
VssResponseContext^ get ();
}
member LastResponseContext : VssResponseContext with get
function get LastResponseContext () : VssResponseContext
Property Value
Type: Microsoft.VisualStudio.Services.WebApi.VssResponseContext
.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.