Example #1
0
        /////////////////////////////////////////////////////////////////////////////////////////////
        #region // Protected Methods

        /// <summary>
        /// Processes the incoming connection using the internal operation map.
        /// </summary>
        protected override void OnConnect(IConnectionMode mode)
        {
            mode?.ProcessRequest(this.operationMap);
        }