LibuvTransport Constructors
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.
Overloads
LibuvTransport(LibuvTransportContext, IEndPointInformation) | |
LibuvTransport(LibuvFunctions, LibuvTransportContext, IEndPointInformation) |
LibuvTransport(LibuvTransportContext, IEndPointInformation)
public:
LibuvTransport(Microsoft::AspNetCore::Server::Kestrel::Transport::Libuv::Internal::LibuvTransportContext ^ context, Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::IEndPointInformation ^ endPointInformation);
public LibuvTransport (Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.LibuvTransportContext context, Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation endPointInformation);
new Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.LibuvTransport : Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.LibuvTransportContext * Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation -> Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.LibuvTransport
Public Sub New (context As LibuvTransportContext, endPointInformation As IEndPointInformation)
Parameters
- context
- Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.LibuvTransportContext
- endPointInformation
- Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation
Applies to
LibuvTransport(LibuvFunctions, LibuvTransportContext, IEndPointInformation)
public:
LibuvTransport(Microsoft::AspNetCore::Server::Kestrel::Transport::Libuv::Internal::Networking::LibuvFunctions ^ uv, Microsoft::AspNetCore::Server::Kestrel::Transport::Libuv::Internal::LibuvTransportContext ^ context, Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::IEndPointInformation ^ endPointInformation);
public LibuvTransport (Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Networking.LibuvFunctions uv, Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.LibuvTransportContext context, Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation endPointInformation);
new Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.LibuvTransport : Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Networking.LibuvFunctions * Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.LibuvTransportContext * Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation -> Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.LibuvTransport
Public Sub New (uv As LibuvFunctions, context As LibuvTransportContext, endPointInformation As IEndPointInformation)
Parameters
- uv
- Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Networking.LibuvFunctions
- context
- Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.LibuvTransportContext
- endPointInformation
- Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation