Bauglir.Ex.WebSocketServerConnection.Close C# (CSharp) Method

Close() protected method

protected Close ( ) : void
return void
        protected override void Close()
        {
            if (fParent != null)
            {
                fParent.SafeRemoveConnection(this);
                fParent = null;
                base.Close();
            }
        }
WebSocketServerConnection