Share via


LibuvTransportFactory.Create(IEndPointInformation, IConnectionHandler) Method

Definition

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

Parameters

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

Returns

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

Implements

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)

Applies to