Пример #1
0
		public void ConstructorEnsureSecurity ()
		{
			IChannel ch = new NonSecureChannel ();
			ChannelServices.RegisterChannel (ch, true);
			// in case it happened to successfully register the channel...
			ChannelServices.UnregisterChannel (ch);
		}
Пример #2
0
        public void ConstructorEnsureSecurity()
        {
            IChannel ch = new NonSecureChannel();

            ChannelServices.RegisterChannel(ch, true);
            // in case it happened to successfully register the channel...
            ChannelServices.UnregisterChannel(ch);
        }