1 write to connection
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
56
this.
connection
= value;
2 references to connection
System.ServiceModel (2)
System\ServiceModel\Channels\FramingChannels.cs (2)
52
return
connection
;
79
message.Properties[ConnectionMessageProperty.Name] = this.
connection
;