1 write to _envelopeVersion
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\MustUnderstandSoapException.cs (1)
23_envelopeVersion = envelopeVersion;
3 references to _envelopeVersion
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\MustUnderstandSoapException.cs (3)
27public EnvelopeVersion EnvelopeVersion { get { return _envelopeVersion; } } 33FaultCode code = new FaultCode(MessageStrings.MustUnderstandFault, _envelopeVersion.Namespace); 38if (_envelopeVersion == EnvelopeVersion.Soap12)