1 write to onValidate
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
148
onValidate
= Fx.ThunkCallback(new AsyncCallback(OnValidate));
2 references to onValidate
System.ServiceModel (2)
System\ServiceModel\Channels\SingletonConnectionReader.cs (2)
146
if (
onValidate
== null)
152
IAsyncResult result = this.Connection.BeginValidate(this.via,
onValidate
, this);