PeerCastStation.FLV.RTMP.RTMPPlayConnection.OnClose C# (CSharp) Method

OnClose() protected method

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