パラメータ | 詳細 |
---|---|
IDictionary<string,object> environment | これは、OWINが通話中に情報をやり取りする唯一のコレクションです。すべてのキーはhttps://docs.asp.net/en/latest/fundamentals/owin.html#owin-keysにあります。 |
AppFunc
型は、C ++のtypedef
によく似た、 Func<IDictionary<string, object>, Task>
typeのエイリアスです。