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