1 write to _communicationObject
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
67_communicationObject = new WrapperSecurityCommunicationObject(this);
24 references to _communicationObject
System.ServiceModel.Federation (24)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (24)
243_communicationObject.ThrowIfClosedOrNotOpen(); 282_communicationObject.ThrowIfClosedOrNotOpen(); 508add { _communicationObject.Closed += value; } 509remove { _communicationObject.Closed -= value; } 514add { _communicationObject.Closing += value; } 515remove { _communicationObject.Closing -= value; } 520add { _communicationObject.Faulted += value; } 521remove { _communicationObject.Faulted -= value; } 526add { _communicationObject.Opened += value; } 527remove { _communicationObject.Opened -= value; } 532add { _communicationObject.Opening += value; } 533remove { _communicationObject.Opening -= value; } 538get { return _communicationObject.State; } 543_communicationObject.Abort(); 548_communicationObject.Close(); 553_communicationObject.Close(timeout); 558return _communicationObject.BeginClose(callback, state); 563return _communicationObject.BeginClose(timeout, callback, state); 568_communicationObject.EndClose(result); 573_communicationObject.Open(); 578_communicationObject.Open(timeout); 583return _communicationObject.BeginOpen(callback, state); 588return _communicationObject.BeginOpen(timeout, callback, state); 593_communicationObject.EndOpen(result);