2 writes to _messageSecurityVersion
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (2)
27
_messageSecurityVersion
= elementToBeCloned._messageSecurityVersion;
68
_messageSecurityVersion
= value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentNullException(nameof(value)));
2 references to _messageSecurityVersion
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (2)
27
_messageSecurityVersion = elementToBeCloned.
_messageSecurityVersion
;
64
return
_messageSecurityVersion
;