1 write to onClose
System.ServiceModel (1)
System\ServiceModel\Security\SecurityUtils.cs (1)
1733
onClose
= Fx.ThunkCallback(new AsyncCallback(OnClose));
2 references to onClose
System.ServiceModel (2)
System\ServiceModel\Security\SecurityUtils.cs (2)
1731
if (
onClose
== null)
1736
IAsyncResult result = this.communicationObject.BeginClose(timeout,
onClose
, this);