11 references to Message
dotnet-svcutil-lib (11)
CodeDomFixup\EndpointSelector.cs (2)
57if (wsHttpBinding.Security.Mode == SecurityMode.Message) 71if (netTcpBinding.Security.Mode == SecurityMode.Message)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (2)
402if (_security.Mode == SecurityMode.Message) 404throw ExceptionHelper.PlatformNotSupported(nameof(SecurityMode.Message));
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpSecurity.cs (2)
109if (_mode == SecurityMode.Message) 127if (mode == SecurityMode.Message)
FrameworkFork\System.ServiceModel\System\ServiceModel\SecurityMode.cs (2)
21value == SecurityMode.Message || 34return SecurityMode.Message;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (1)
154if (_security.Mode == SecurityMode.None || _security.Mode == SecurityMode.Message)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpSecurity.cs (2)
13internal const SecurityMode DefaultMode = SecurityMode.Message; 96if (_mode == SecurityMode.Message || _mode == SecurityMode.TransportWithMessageCredential)