ShootBlues.Script.JabberGateway.DestroyEndpoints C# (CSharp) 메소드

DestroyEndpoints() 보호된 메소드

protected DestroyEndpoints ( ) : void
리턴 void
        protected void DestroyEndpoints()
        {
            foreach (var ep in Endpoints.Values.ToArray()) {
                if (ep != null)
                    ep.Dispose();
            }
        }