LibuvTransport Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)
Parameter
- context
- Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.LibuvTransportContext
- endPointInformation
- Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation
Gilt für:
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)
Parameter
- 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