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

See Also

Reference

VssHttpClientBase Class

Microsoft.VisualStudio.Services.WebApi Namespace