VssHttpClientBase.LastResponseContext Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.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.Common.VssResponseContext

.NET Framework Security

See Also

Reference

VssHttpClientBase Class

Microsoft.VisualStudio.Services.Common Namespace