1 write to innerCommunicationObject
System.ServiceModel (1)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
23this.innerCommunicationObject = innerCommunicationObject;
15 references to innerCommunicationObject
System.ServiceModel (15)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (15)
28return this.innerCommunicationObject.GetType(); 33get { return this.innerCommunicationObject.DefaultCloseTimeout; } 38get { return this.innerCommunicationObject.DefaultOpenTimeout; } 43this.innerCommunicationObject.OnAbort(); 48return this.innerCommunicationObject.OnBeginClose(timeout, callback, state); 53return this.innerCommunicationObject.OnBeginOpen(timeout, callback, state); 58this.innerCommunicationObject.OnClose(timeout); 63this.innerCommunicationObject.OnClosed(); 69this.innerCommunicationObject.OnClosing(); 75this.innerCommunicationObject.OnEndClose(result); 80this.innerCommunicationObject.OnEndOpen(result); 85this.innerCommunicationObject.OnFaulted(); 91this.innerCommunicationObject.OnOpen(timeout); 96this.innerCommunicationObject.OnOpened(); 102this.innerCommunicationObject.OnOpening();