Share via


SocketTransportFactory.Create Method

Definition

public:
 virtual Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::ITransport ^ Create(Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::IEndPointInformation ^ endPointInformation, Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::IConnectionDispatcher ^ dispatcher);
public Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransport Create (Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation endPointInformation, Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IConnectionDispatcher dispatcher);
abstract member Create : Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation * Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IConnectionDispatcher -> Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransport
override this.Create : Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation * Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IConnectionDispatcher -> Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransport
Public Function Create (endPointInformation As IEndPointInformation, dispatcher As IConnectionDispatcher) As ITransport

Parameters

endPointInformation
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation
dispatcher
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IConnectionDispatcher

Returns

Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransport

Implements

Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransportFactory.Create(Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation,Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IConnectionDispatcher)

Applies to