1 write to _communicationObject
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
65_communicationObject = new WrapperSecurityCommunicationObject(this);
24 references to _communicationObject
System.ServiceModel.Federation (24)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (24)
229_communicationObject.ThrowIfClosedOrNotOpen(); 268_communicationObject.ThrowIfClosedOrNotOpen(); 490add { _communicationObject.Closed += value; } 491remove { _communicationObject.Closed -= value; } 496add { _communicationObject.Closing += value; } 497remove { _communicationObject.Closing -= value; } 502add { _communicationObject.Faulted += value; } 503remove { _communicationObject.Faulted -= value; } 508add { _communicationObject.Opened += value; } 509remove { _communicationObject.Opened -= value; } 514add { _communicationObject.Opening += value; } 515remove { _communicationObject.Opening -= value; } 520get { return _communicationObject.State; } 525_communicationObject.Abort(); 530_communicationObject.Close(); 535_communicationObject.Close(timeout); 540return _communicationObject.BeginClose(callback, state); 545return _communicationObject.BeginClose(timeout, callback, state); 550_communicationObject.EndClose(result); 555_communicationObject.Open(); 560_communicationObject.Open(timeout); 565return _communicationObject.BeginOpen(callback, state); 570return _communicationObject.BeginOpen(timeout, callback, state); 575_communicationObject.EndOpen(result);