How do I pass values to the contractor on of a wcf service?
- by Ian Ringrose
I wish to pass values into the contractor on the class that implements my service.
However ServiceHost only lets me pass in the name of the type to create, not what arguments to pass to it’s contractor.
I would live to be able to pass in a “factor” that creates my service object.