LibuvTransport 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- context
- Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.LibuvTransportContext
- endPointInformation
- Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation
適用於
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)
參數
- 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