2 writes to protocolName
System.Web.Services (2)
System\Web\Services\Description\WebReference.cs (2)
52
this.
protocolName
= protocolName;
142
set {
protocolName
= value; }
2 references to protocolName
System.Web.Services (2)
System\Web\Services\Description\WebReference.cs (2)
141
get { return
protocolName
== null ? string.Empty :
protocolName
; }