1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
869return new CloseAsyncResult(this, timeout, callback, state);
2 references to CloseAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
874CloseAsyncResult.End(result); 1264AsyncResult.End<CloseAsyncResult>(result);