SocketTransportFactory.Create 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- endPointInformation
- Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation
- dispatcher
- Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IConnectionDispatcher
返回
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ITransport
实现
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)