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