CSharpRTMP.Core.Protocols.Rtmfp.Target.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
        public void Dispose()
        {
            //if (DH != null)
            //{
            //    RtmfpUtils.EndDiffieHellman(DH);
            //}
        }
    }