SIPSorcery.Net.STUNListener.Dispose C# (CSharp) 메소드

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void
        public void Dispose(bool disposing)
        {
            try
            {
                this.Close();
            }
            catch(Exception excp)
            {
                logger.Error("Exception Disposing STUNListener. " + excp.Message);
            }
        }