5 writes to Security
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (3)
368this.Security = (properties.Security != null) ? (SecurityMessageProperty)properties.Security.CreateCopy() : null; 412this.Security = (properties.Security != null) ? (SecurityMessageProperty)properties.Security.CreateCopy() : null; 676Security = (SecurityMessageProperty)CreateCopyOfPropertyValue(value);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
301message.Properties.Security = (SecurityMessageProperty)_security.CreateCopy();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityMessageProperty.cs (1)
215message.Properties.Security = result;
7 references to Security
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (6)
368this.Security = (properties.Security != null) ? (SecurityMessageProperty)properties.Security.CreateCopy() : null; 412this.Security = (properties.Security != null) ? (SecurityMessageProperty)properties.Security.CreateCopy() : null; 674if (Security != null) 675Security.Dispose();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityMessageProperty.cs (1)
210result = message.Properties.Security;