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