1 write to onValidate
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
179
onValidate
= Fx.ThunkCallback(new AsyncCallback(OnValidate));
2 references to onValidate
System.ServiceModel (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
177
if (
onValidate
== null)
182
IAsyncResult result = this.Connection.BeginValidate(this.via,
onValidate
, this);