Property | Type | Description | |
---|---|---|---|
Authenticate | System.Threading.Tasks.Task | ||
Authenticate | System.Threading.Tasks.Task | ||
GetAuthenticationTypes | System.Threading.Tasks.Task | ||
GetAuthenticationTypes | System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
Accept ( Task>.Func |
||
Accept ( Owin.Types.OwinWebSocketParameters parameters, Task>.Func |
||
Accept ( string subProtocol, Task>.Func |
||
Authenticate ( string authenticationTypes, Action |
||
Create ( ) : |
||
Upgrade ( Task>.Func |
||
Upgrade ( OwinOpaqueParameters parameters, Task>.Func |
Method | Description | |
---|---|---|
Authenticate ( string authenticationTypes, string>.Action |
||
Authenticate ( string authenticationTypes, string>.Action |
||
GetAuthenticationTypes ( object>.Action |
||
GetAuthenticationTypes ( object>.Action |
public Accept ( Owin.Types.OwinWebSocketParameters parameters, Task>.Func |
||
parameters | Owin.Types.OwinWebSocketParameters | |
callback | Task>.Func | |
return | void |
public Accept ( string subProtocol, Task>.Func |
||
subProtocol | string | |
callback | Task>.Func | |
return | void |
public Authenticate ( string authenticationTypes, Action |
||
authenticationTypes | string | |
callback | Action |
|
return | System.Threading.Tasks.Task |
public Upgrade ( Task>.Func |
||
callback | Task>.Func | |
return | void |
public Upgrade ( OwinOpaqueParameters parameters, Task>.Func |
||
parameters | OwinOpaqueParameters | |
callback | Task>.Func | |
return | void |