1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\Security\SecurityUtils.cs (1)
1647this.communicationObject = obj as ICommunicationObject;
4 references to communicationObject
System.ServiceModel (4)
System\ServiceModel\Security\SecurityUtils.cs (4)
1650if (this.communicationObject == null) 1661IAsyncResult result = this.communicationObject.BeginOpen(timeout, onOpen, this); 1664this.communicationObject.EndOpen(result); 1693thisPtr.communicationObject.EndOpen(result);