次の方法で共有


SocketConnectionContextFactory コンストラクター

定義

SocketConnectionContextFactory を作成します。

public SocketConnectionContextFactory (Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionFactoryOptions options, Microsoft.Extensions.Logging.ILogger logger);
new Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionContextFactory : Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionFactoryOptions * Microsoft.Extensions.Logging.ILogger -> Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionContextFactory
Public Sub New (options As SocketConnectionFactoryOptions, logger As ILogger)

パラメーター

options
SocketConnectionFactoryOptions

オプション。

logger
ILogger

ロガー。

適用対象