4 references to Lang
System.Web.Services (4)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (3)
114
if (soapException.
Lang
!= null && soapException.
Lang
.Length != 0) {
115
writer.WriteAttributeString("xml", Soap.Attribute.Lang, Soap.XmlNamespace, soapException.
Lang
);
System\Web\Services\Protocols\SoapException.cs (1)
288
list["lang"] =
Lang
;