13 instantiations of OperationWithTimeoutAsyncResult
System.ServiceModel (13)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
261return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.OnOpen), timeout, callback, state);
System\ServiceModel\Security\SecurityProtocol.cs (2)
125return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.OnClose), timeout, callback, state); 130return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.OnOpen), timeout, callback, state);
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
634return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.OnClose), timeout, callback, state); 639return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.OnOpen), timeout, callback, state);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
232return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.OnClose), timeout, callback, state); 237return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.OnOpen), timeout, callback, state);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
361return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.OnClose), timeout, callback, state); 366return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.OnOpen), timeout, callback, state);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (4)
252return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.OnClose), timeout, callback, state); 257return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.OnOpen), timeout, callback, state); 429return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.OnClose), timeout, callback, state); 434return new OperationWithTimeoutAsyncResult(new OperationWithTimeoutCallback(this.OnOpen), timeout, callback, state);
16 references to OperationWithTimeoutAsyncResult
System.ServiceModel (16)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
266OperationWithTimeoutAsyncResult.End(result);
System\ServiceModel\Security\SecurityProtocol.cs (2)
143OperationWithTimeoutAsyncResult.End(result); 148OperationWithTimeoutAsyncResult.End(result);
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
652OperationWithTimeoutAsyncResult.End(result); 657OperationWithTimeoutAsyncResult.End(result);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
250OperationWithTimeoutAsyncResult.End(result); 255OperationWithTimeoutAsyncResult.End(result);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
379OperationWithTimeoutAsyncResult.End(result); 384OperationWithTimeoutAsyncResult.End(result);
System\ServiceModel\Security\SecurityUtils.cs (3)
2449OperationWithTimeoutAsyncResult thisResult = (OperationWithTimeoutAsyncResult)state; 2473AsyncResult.End<OperationWithTimeoutAsyncResult>(result);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (4)
275OperationWithTimeoutAsyncResult.End(result); 280OperationWithTimeoutAsyncResult.End(result); 452OperationWithTimeoutAsyncResult.End(result); 457OperationWithTimeoutAsyncResult.End(result);