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