8 references to Unknown
System.Web.Services (8)
System\Web\Services\Configuration\ProtocolElement.cs (3)
27
[ConfigurationProperty("name", IsKey = true, DefaultValue = WebServiceProtocols.
Unknown
)]
35
value = WebServiceProtocols.
Unknown
;
51
readonly ConfigurationProperty name = new ConfigurationProperty("name", typeof(WebServiceProtocols), WebServiceProtocols.
Unknown
, ConfigurationPropertyOptions.IsKey);
System\Web\Services\Configuration\WebServicesSection.cs (5)
120
if (this.enabledProtocols == WebServiceProtocols.
Unknown
) {
122
if (this.enabledProtocols == WebServiceProtocols.
Unknown
) {
123
WebServiceProtocols temp = WebServiceProtocols.
Unknown
;
336
this.enabledProtocols = WebServiceProtocols.
Unknown
;
509
WebServiceProtocols enabledProtocols = WebServiceProtocols.
Unknown
;