PeerCastStation.FLV.FLVContentReaderPlugin.OnAttach C# (CSharp) Метод

OnAttach() защищенный Метод

protected OnAttach ( ) : void
Результат void
    override protected void OnAttach()
    {
      if (factory==null) factory = new FLVContentReaderFactory();
      Application.PeerCast.ContentReaderFactories.Add(factory);
    }
FLVContentReaderPlugin