1 write to communicationObject
System.ServiceModel (1)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
308
communicationObject
= new WrapperSecurityCommunicationObject(this);
23 references to communicationObject
System.ServiceModel (23)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (23)
313
get { return this.
communicationObject
; }
318
add { this.
communicationObject
.Closed += value; }
319
remove { this.
communicationObject
.Closed -= value; }
324
add { this.
communicationObject
.Closing += value; }
325
remove { this.
communicationObject
.Closing -= value; }
330
add { this.
communicationObject
.Faulted += value; }
331
remove { this.
communicationObject
.Faulted -= value; }
336
add { this.
communicationObject
.Opened += value; }
337
remove { this.
communicationObject
.Opened -= value; }
342
add { this.
communicationObject
.Opening += value; }
343
remove { this.
communicationObject
.Opening -= value; }
348
get { return this.
communicationObject
.State; }
364
this.
communicationObject
.Abort();
369
this.
communicationObject
.Close();
374
this.
communicationObject
.Close(timeout);
379
return this.
communicationObject
.BeginClose(callback, state);
384
return this.
communicationObject
.BeginClose(timeout, callback, state);
389
this.
communicationObject
.EndClose(result);
394
this.
communicationObject
.Open();
399
this.
communicationObject
.Open(timeout);
404
return this.
communicationObject
.BeginOpen(callback, state);
409
return this.
communicationObject
.BeginOpen(timeout, callback, state);
414
this.
communicationObject
.EndOpen(result);