1 write to version
System.Web.Services (1)
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
227set { version = value; }
7 references to version
System.Web.Services (7)
System\Web\Services\Protocols\SoapClientProtocol.cs (7)
226get { return version; } 486return this.version == SoapProtocolVersion.Soap12 ? Soap12.Namespace : Soap.Namespace; 492return this.version == SoapProtocolVersion.Soap12 ? Soap12.Encoding : Soap.Encoding; 498return this.version == SoapProtocolVersion.Soap12 ? ContentType.ApplicationSoap : ContentType.TextXml; 520if (this.version == SoapProtocolVersion.Soap12) 534if (this.version != SoapProtocolVersion.Soap12 && request.Headers[Soap.Action] == null) { 570if (isEncoded && version != SoapProtocolVersion.Soap12) // don't write encodingStyle on soap:Body for soap 1.2