SocketTransportFactory.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)