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

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

            s.UnRegister(registration);
        }