SiloConnectionOptions.ConfigureGatewayInboundConnection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.