Aracılığıyla paylaş


LibuvTransport Oluşturucular

Tanım

Aşırı Yüklemeler

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)

Parametreler

context
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.LibuvTransportContext
endPointInformation
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation

Şunlara uygulanı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)

Parametreler

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

Şunlara uygulanır