Clear() public static method

The method is used to clear all the mappings.
public static Clear ( ) : void
return void
Example #1
0
        /// <summary>
        /// Override the Reset function.
        /// </summary>
        public override void Reset()
        {
            base.Reset();

            // Clear the ms-fsshttpb sub request mapping
            MsfsshttpbSubRequestMapping.Clear();

            // Gracefully close the proxy.
            this.CloseProxy();
        }