2 instantiations of OperationWithTimeoutAsyncResult
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
419return new OperationWithTimeoutAsyncResult(OnClose, timeout, callback, state); 424return new OperationWithTimeoutAsyncResult(OnOpen, timeout, callback, state);
5 references to OperationWithTimeoutAsyncResult
System.ServiceModel.Primitives (5)
System\ServiceModel\Security\SecurityUtils.cs (3)
1098OperationWithTimeoutAsyncResult thisResult = (OperationWithTimeoutAsyncResult)state; 1122End<OperationWithTimeoutAsyncResult>(result);
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (2)
446OperationWithTimeoutAsyncResult.End(result); 451OperationWithTimeoutAsyncResult.End(result);