다음을 통해 공유


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>

구성 대리자입니다.

적용 대상