Edit

Share via


SiloConnectionOptions.ConfigureGatewayInboundConnection Method

Definition

Configures silo inbound connections from clients.

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))

Parameters

configure
Action<IConnectionBuilder>

The configuration delegate.

Applies to