SharpCaster.Channels.ConnectionChannel.ConnectionChannel C# (CSharp) 메소드

ConnectionChannel() 공개 메소드

public ConnectionChannel ( ChromeCastClient client ) : System.Threading.Tasks
client ChromeCastClient
리턴 System.Threading.Tasks
        public ConnectionChannel(ChromeCastClient client) :
            base(client, MessageFactory.DialConstants.DialConnectionUrn)
        {
        }