50 references to CommunicationObject
System.ServiceModel (50)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (2)
74
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
91
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (26)
105
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
118
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
141
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
158
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
175
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
198
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
211
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
224
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
269
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
282
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
292
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
305
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
318
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
331
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
341
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
355
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
365
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
375
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
392
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
401
this.
CommunicationObject
.ThrowIfNotOpened();
410
return this.
CommunicationObject
;
427
this.
CommunicationObject
.ThrowIfClosedOrNotOpen();
671
if (this.isTimerCancelled || (this.
CommunicationObject
.State != CommunicationState.Opened && this.
CommunicationObject
.State != CommunicationState.Opening))
697
if (this.
CommunicationObject
.State == CommunicationState.Opened || this.
CommunicationObject
.State == CommunicationState.Opening)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (16)
97
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
110
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
124
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
137
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
160
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
183
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
200
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
225
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
238
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
263
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
276
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
290
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
307
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
317
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
764
this.
CommunicationObject
.ThrowIfClosedOrNotOpen();
877
this.
CommunicationObject
.ThrowIfClosedOrNotOpen();
System\ServiceModel\Security\SpnegoTokenAuthenticator.cs (3)
46
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
59
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
72
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
System\ServiceModel\Security\TlsnegoTokenAuthenticator.cs (3)
40
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
53
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();
66
this.
CommunicationObject
.ThrowIfDisposedOrImmutable();