2 writes to message
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
1048
this.
message
= message;
1160
this.
message
= null;
2 references to message
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
1157
this.channel.ApplyChannelBinding(this.
message
);
1159
Message message = this.
message
;