1 write to message
System.ServiceModel (1)
System\ServiceModel\Security\RequestSecurityToken.cs (1)
178
set {
message
= value; }
3 references to message
System.ServiceModel (3)
System\ServiceModel\Security\RequestSecurityToken.cs (3)
155
if (this.
message
== null)
161
ChannelBindingMessageProperty.TryGet( this.
message
, out channelBindingMessageProperty );
177
get { return
message
; }