What should come in the place of ??? (first parameter)
serviceHost = new ServiceHost(typeof(MyService));
serviceHost.SetEndpointAddress(???, "http://cvxcvxcvcx");
I have specified Endpoint in config file, what should I do to recall him? Can I recall him in this function?