1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
60
this.
communicationObject
= new WrapperSecurityCommunicationObject(this);
12 references to communicationObject
System.ServiceModel (12)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (12)
99
this.
communicationObject
.ThrowIfDisposedOrImmutable();
116
this.
communicationObject
.ThrowIfDisposedOrImmutable();
133
this.
communicationObject
.ThrowIfDisposedOrImmutable();
146
this.
communicationObject
.ThrowIfDisposedOrImmutable();
171
this.
communicationObject
.ThrowIfDisposedOrImmutable();
184
this.
communicationObject
.ThrowIfDisposedOrImmutable();
222
return this.
communicationObject
.BeginClose(timeout, callback, state);
227
this.
communicationObject
.EndClose(result);
312
this.
communicationObject
.Close(timeout);
317
this.
communicationObject
.Abort();
326
this.
communicationObject
.Open(timeout);
336
this.
communicationObject
.ThrowIfClosed();