1 write to CommunicationObject
System.ServiceModel.Federation (1)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
320
CommunicationObject
= new WrapperSecurityCommunicationObject(this);
22 references to CommunicationObject
System.ServiceModel.Federation (22)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (22)
327
add {
CommunicationObject
.Closed += value; }
328
remove {
CommunicationObject
.Closed -= value; }
333
add {
CommunicationObject
.Closing += value; }
334
remove {
CommunicationObject
.Closing -= value; }
339
add {
CommunicationObject
.Faulted += value; }
340
remove {
CommunicationObject
.Faulted -= value; }
345
add {
CommunicationObject
.Opened += value; }
346
remove {
CommunicationObject
.Opened -= value; }
351
add {
CommunicationObject
.Opening += value; }
352
remove {
CommunicationObject
.Opening -= value; }
357
get { return
CommunicationObject
.State; }
373
CommunicationObject
.Abort();
378
CommunicationObject
.Close();
383
CommunicationObject
.Close(timeout);
388
return
CommunicationObject
.BeginClose(callback, state);
393
return
CommunicationObject
.BeginClose(timeout, callback, state);
398
CommunicationObject
.EndClose(result);
403
CommunicationObject
.Open();
408
CommunicationObject
.Open(timeout);
413
return
CommunicationObject
.BeginOpen(callback, state);
418
return
CommunicationObject
.BeginOpen(timeout, callback, state);
423
CommunicationObject
.EndOpen(result);