Class Router
HTTP接続のサーバーサイドルーティングを行うクラス
Inherited Members
Namespace: Pixiv.VroidSdk.Networking.Transports
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class Router
Constructors
Router(Action<RoutingContext>)
コンストラクタ
Declaration
public Router(Action<RoutingContext> initializer)
Parameters
Type | Name | Description |
---|---|---|
Action<RoutingContext> | initializer | 初期化時にRoutingContextを受け取るコールバック |