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