1 write to onViaCallback
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedNamedPipeTransportManager.cs (1)
31
this.
onViaCallback
= new Action<Uri>(OnVia);
1 reference to onViaCallback
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedNamedPipeTransportManager.cs (1)
110
connectionDemuxer.StartDemuxing(
onViaCallback
);