Interface IWebServiceConfiguration
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(WebServiceConfiguration))]
public interface IWebServiceConfiguration
Properties
IntegratedSecurity
bool IntegratedSecurity { get; set; }
Property Value
Password
string Password { get; set; }
Property Value
UserName
string UserName { get; set; }