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();
490
add {
_communicationObject
.Closed += value; }
491
remove {
_communicationObject
.Closed -= value; }
496
add {
_communicationObject
.Closing += value; }
497
remove {
_communicationObject
.Closing -= value; }
502
add {
_communicationObject
.Faulted += value; }
503
remove {
_communicationObject
.Faulted -= value; }
508
add {
_communicationObject
.Opened += value; }
509
remove {
_communicationObject
.Opened -= value; }
514
add {
_communicationObject
.Opening += value; }
515
remove {
_communicationObject
.Opening -= value; }
520
get { return
_communicationObject
.State; }
525
_communicationObject
.Abort();
530
_communicationObject
.Close();
535
_communicationObject
.Close(timeout);
540
return
_communicationObject
.BeginClose(callback, state);
545
return
_communicationObject
.BeginClose(timeout, callback, state);
550
_communicationObject
.EndClose(result);
555
_communicationObject
.Open();
560
_communicationObject
.Open(timeout);
565
return
_communicationObject
.BeginOpen(callback, state);
570
return
_communicationObject
.BeginOpen(timeout, callback, state);
575
_communicationObject
.EndOpen(result);