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