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