LibuvTransport Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- context
- Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.LibuvTransportContext
- endPointInformation
- Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation
S’applique à
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)
Paramètres
- 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