Example #1
0
        public static void Register(this ResponseBuilderFinisher registration)
        {
            Validate();
            var s = new StubChannel(Settings.Url);

            s.Register(registration.Build());
        }
Example #2
0
        public static void Unregister(this StubRegistration registration)
        {
            var s = new StubChannel(Settings.Url);

            s.UnRegister(registration);
        }