public DmtpRemoteStreamActor(
IDmtpActor dmtpActor,
ConcurrentDictionary<int, LoadingStreamEventArgs> remoteStreams
)
Public Sub New (
dmtpActor As IDmtpActor,
remoteStreams As ConcurrentDictionary(Of Integer, LoadingStreamEventArgs)
)
new :
dmtpActor : IDmtpActor *
remoteStreams : ConcurrentDictionary<int, LoadingStreamEventArgs> -> DmtpRemoteStreamActor
[缺少 "M:TouchSocket.Dmtp.RemoteStream.DmtpRemoteStreamActor.#ctor(TouchSocket.Dmtp.IDmtpActor,System.Collections.Concurrent.ConcurrentDictionary{System.Int32,TouchSocket.Dmtp.RemoteStream.LoadingStreamEventArgs})" 的 <param name="dmtpActor"/> 文档]
[缺少 "M:TouchSocket.Dmtp.RemoteStream.DmtpRemoteStreamActor.#ctor(TouchSocket.Dmtp.IDmtpActor,System.Collections.Concurrent.ConcurrentDictionary{System.Int32,TouchSocket.Dmtp.RemoteStream.LoadingStreamEventArgs})" 的 <param name="remoteStreams"/> 文档]