2 writes to message
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
365this.message = context.RequestMessage; 398this.message = null;
5 references to message
System.ServiceModel (5)
System\ServiceModel\Channels\OneWayChannelListener.cs (5)
315return this.message; 366this.message.Properties.Add(RequestContextMessageProperty.Name, new RequestContextMessageProperty(context)); 370PacketRoutableHeader.ValidateMessage(this.message); 395if (this.message != null) 397this.message.Close();