1 write to _envelopeVersion
System.ServiceModel.Primitives (1)
System\ServiceModel\MustUnderstandSoapException.cs (1)
26_envelopeVersion = envelopeVersion;
3 references to _envelopeVersion
System.ServiceModel.Primitives (3)
System\ServiceModel\MustUnderstandSoapException.cs (3)
30public EnvelopeVersion EnvelopeVersion { get { return _envelopeVersion; } } 36FaultCode code = new FaultCode(MessageStrings.MustUnderstandFault, _envelopeVersion.Namespace); 41if (_envelopeVersion == EnvelopeVersion.Soap12)