C# Class Owin.Types.OwinRequest

Mostra file Open project: owin/museum-piece-owin-hosting Class Usage Examples

Private Properties

Property Type Description
Authenticate System.Threading.Tasks.Task
Authenticate System.Threading.Tasks.Task
GetAuthenticationTypes System.Threading.Tasks.Task
GetAuthenticationTypes System.Threading.Tasks.Task

Public Methods

Method Description
Accept ( Task>.Func callback ) : void
Accept ( Owin.Types.OwinWebSocketParameters parameters, Task>.Func callback ) : void
Accept ( string subProtocol, Task>.Func callback ) : void
Authenticate ( string authenticationTypes, Action callback ) : System.Threading.Tasks.Task
Create ( ) : OwinRequest
Upgrade ( Task>.Func callback ) : void
Upgrade ( OwinOpaqueParameters parameters, Task>.Func callback ) : void

Private Methods

Method Description
Authenticate ( string authenticationTypes, string>.Action callback ) : System.Threading.Tasks.Task
Authenticate ( string authenticationTypes, string>.Action callback, object state ) : System.Threading.Tasks.Task
GetAuthenticationTypes ( object>.Action callback ) : System.Threading.Tasks.Task
GetAuthenticationTypes ( object>.Action callback, object state ) : System.Threading.Tasks.Task

Method Details

Accept() public method

public Accept ( Task>.Func callback ) : void
callback Task>.Func
return void

Accept() public method

public Accept ( Owin.Types.OwinWebSocketParameters parameters, Task>.Func callback ) : void
parameters Owin.Types.OwinWebSocketParameters
callback Task>.Func
return void

Accept() public method

public Accept ( string subProtocol, Task>.Func callback ) : void
subProtocol string
callback Task>.Func
return void

Authenticate() public method

public Authenticate ( string authenticationTypes, Action callback ) : System.Threading.Tasks.Task
authenticationTypes string
callback Action
return System.Threading.Tasks.Task

Create() public static method

public static Create ( ) : OwinRequest
return OwinRequest

Upgrade() public method

public Upgrade ( Task>.Func callback ) : void
callback Task>.Func
return void

Upgrade() public method

public Upgrade ( OwinOpaqueParameters parameters, Task>.Func callback ) : void
parameters OwinOpaqueParameters
callback Task>.Func
return void