PeerCastStation.FLV.RTMP.RTMPPlayConnection.OnClose C# (CSharp) Méthode

OnClose() protected méthode

protected OnClose ( ) : void
Résultat void
		protected override void OnClose()
		{
			base.OnClose();
			if (this.Channel!=null) {
				this.Channel.ContentChanged -= OnContentChanged;
			}
		}