1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
362return new CloseAsyncResult(this, timeout, callback, state);
2 references to CloseAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (2)
367CloseAsyncResult.End(result); 730AsyncResult.End<CloseAsyncResult>(result);