1 write to message
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
668this.message = message;
2 references to message
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelFactory.cs (2)
721this.parent.StampInitialMessage(this.message); 740IAsyncResult result = innerChannel.BeginSend(this.message, onInnerSend, this);