次の方法で共有


SiloConnectionOptions.ConfigureGatewayInboundConnection メソッド

定義

クライアントからのサイロ受信接続を構成します。

public void ConfigureGatewayInboundConnection (Action<Microsoft.AspNetCore.Connections.IConnectionBuilder> configure);
member this.ConfigureGatewayInboundConnection : Action<Microsoft.AspNetCore.Connections.IConnectionBuilder> -> unit
Public Sub ConfigureGatewayInboundConnection (configure As Action(Of IConnectionBuilder))

パラメーター

configure
Action<IConnectionBuilder>

構成デリゲート。

適用対象