1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\Security\SecurityUtils.cs (1)
1717this.communicationObject = obj as ICommunicationObject;
4 references to communicationObject
System.ServiceModel (4)
System\ServiceModel\Security\SecurityUtils.cs (4)
1720if (this.communicationObject == null) 1736IAsyncResult result = this.communicationObject.BeginClose(timeout, onClose, this); 1739this.communicationObject.EndClose(result); 1768thisPtr.communicationObject.EndClose(result);