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();
508
add {
_communicationObject
.Closed += value; }
509
remove {
_communicationObject
.Closed -= value; }
514
add {
_communicationObject
.Closing += value; }
515
remove {
_communicationObject
.Closing -= value; }
520
add {
_communicationObject
.Faulted += value; }
521
remove {
_communicationObject
.Faulted -= value; }
526
add {
_communicationObject
.Opened += value; }
527
remove {
_communicationObject
.Opened -= value; }
532
add {
_communicationObject
.Opening += value; }
533
remove {
_communicationObject
.Opening -= value; }
538
get { return
_communicationObject
.State; }
543
_communicationObject
.Abort();
548
_communicationObject
.Close();
553
_communicationObject
.Close(timeout);
558
return
_communicationObject
.BeginClose(callback, state);
563
return
_communicationObject
.BeginClose(timeout, callback, state);
568
_communicationObject
.EndClose(result);
573
_communicationObject
.Open();
578
_communicationObject
.Open(timeout);
583
return
_communicationObject
.BeginOpen(callback, state);
588
return
_communicationObject
.BeginOpen(timeout, callback, state);
593
_communicationObject
.EndOpen(result);