Méthode | Description | |
---|---|---|
OwinHttpMessageHandler ( System.Func |
Initializes a new instance of the OwinHttpMessageHandler class.
|
|
OwinHttpMessageHandler ( System.Func |
Initializes a new instance of the OwinHttpMessageHandler class.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
SendAsync ( |
Méthode | Description | |
---|---|---|
CheckDisposed ( ) : void | ||
CheckDisposedOrStarted ( ) : void | ||
CheckSetCookie ( |
||
IsBodylessRequest ( |
||
IsRedirectToGet ( int code ) : bool | ||
SendInternalAsync ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public OwinHttpMessageHandler ( System.Func |
||
appFunc | System.Func |
An OWIN application function. |
Résultat | System |
public OwinHttpMessageHandler ( System.Func |
||
midFunc | System.Func |
An OWIN middleware function that will be terminated with a 404 Not Found. |
Résultat | System |
protected SendAsync ( |
||
request | ||
cancellationToken | ||
Résultat | Task |