OwinResponse.Get<T> Method

Gets the list of the OWIN response.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Overridable Function Get(Of T) ( _
    key As String _
) As T
'Usage
Dim instance As OwinResponse 
Dim key As String 
Dim returnValue As T

returnValue = instance.Get(key)
public virtual T Get<T>(
    string key
)
public:
generic<typename T>
virtual T Get(
    String^ key
)
abstract Get : 
        key:string -> 'T 
override Get : 
        key:string -> 'T 
JScript does not support generic types and methods.

Type Parameters

  • T
    The type generic.

Parameters

Return Value

Type: T
The list of the OWIN response.

Implements

IOwinResponse.Get<T>(String)

See Also

Reference

OwinResponse Class

Microsoft.Owin Namespace