EventStore.Core.Tests.Services.Transport.Http.HttpBootstrap.RegisterPing C# (CSharp) Method

RegisterPing() public static method

public static RegisterPing ( HttpService service ) : void
service HttpService
return void
        public static void RegisterPing(HttpService service)
        {
            service.SetupController(new PingController());
        }