ProvisioningTransportOptions interface
トランスポートをプロビジョニングするための構成オプション。 トランスポートの setTransportOptions 関数に渡されます。
プロパティ
| polling |
サービスが提供しない場合に使用するポーリングの既定の間隔。 |
| timeout |
サービスとの通信時に使用する既定のタイムアウト |
| web |
サービスとの通信時に使用するオプションのエージェント |
プロパティの詳細
pollingInterval
サービスが提供しない場合に使用するポーリングの既定の間隔。
pollingInterval?: number
プロパティ値
number
timeoutInterval
サービスとの通信時に使用する既定のタイムアウト
timeoutInterval?: number
プロパティ値
number
webSocketAgent
サービスとの通信時に使用するオプションのエージェント
webSocketAgent?: Agent
プロパティ値
Agent