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)
27
public EnvelopeVersion EnvelopeVersion { get { return
_envelopeVersion
; } }
33
FaultCode code = new FaultCode(MessageStrings.MustUnderstandFault,
_envelopeVersion
.Namespace);
38
if (
_envelopeVersion
== EnvelopeVersion.Soap12)