1 write to message
System.ServiceModel (1)
System\ServiceModel\Security\SecurityProtocol.cs (1)
867this.message = m;
3 references to message
System.ServiceModel (3)
System\ServiceModel\Security\SecurityProtocol.cs (3)
947this.binding.AddMessageSupportingTokens(message, ref this.supportingTokens); 954if (this.binding.TryGetSupportingTokens(this.binding.SecurityProtocolFactory, this.binding.Target, this.binding.Via, this.message, timeoutHelper.RemainingTime(), false, out supportingTokens)) 961this.supportingTokenProviders = this.binding.GetSupportingTokenProviders(message.Headers.Action);