LibuvTransportFactory.Create(IEndPointInformation, IConnectionHandler) 메서드

정의

public:
 virtual Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::ITransport ^ Create(Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::IEndPointInformation ^ endPointInformation, Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::IConnectionHandler ^ handler);
public Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransport Create (Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation endPointInformation, Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IConnectionHandler handler);
abstract member Create : Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation * Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IConnectionHandler -> Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransport
override this.Create : Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation * Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IConnectionHandler -> Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransport
Public Function Create (endPointInformation As IEndPointInformation, handler As IConnectionHandler) As ITransport

매개 변수

endPointInformation
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation
handler
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IConnectionHandler

반환

Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransport

구현

Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransportFactory.Create(Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation,Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IConnectionHandler)

적용 대상