public WcfServiceHostSettings(WcfServiceBehavior objBehavior, WcfServiceThrottling objThrottling, Type objType, ListBase <string> objBaseAddresses, WcfServiceEndpointList objServiceEndpoints, WcfMetadataEndpoint objMetadataEndpoint) : base() { Behavior = objBehavior; Throttling = objThrottling; Type = objType; BaseAddresses = objBaseAddresses; ServiceEndpoints = objServiceEndpoints; MetadataEndpoint = objMetadataEndpoint; }
public WcfServiceHostSettings(WcfServiceBehavior objBehavior, WcfServiceThrottling objThrottling, Type objType, ListBase <string> objBaseAddresses, WcfServiceEndpointList objServiceEndpoints) : this(objBehavior, objThrottling, objType, objBaseAddresses, objServiceEndpoints, new WcfMetadataEndpoint()) { }