1 write to innerCommunicationObject
System.ServiceModel (1)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
23
this.
innerCommunicationObject
= innerCommunicationObject;
15 references to innerCommunicationObject
System.ServiceModel (15)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (15)
28
return this.
innerCommunicationObject
.GetType();
33
get { return this.
innerCommunicationObject
.DefaultCloseTimeout; }
38
get { return this.
innerCommunicationObject
.DefaultOpenTimeout; }
43
this.
innerCommunicationObject
.OnAbort();
48
return this.
innerCommunicationObject
.OnBeginClose(timeout, callback, state);
53
return this.
innerCommunicationObject
.OnBeginOpen(timeout, callback, state);
58
this.
innerCommunicationObject
.OnClose(timeout);
63
this.
innerCommunicationObject
.OnClosed();
69
this.
innerCommunicationObject
.OnClosing();
75
this.
innerCommunicationObject
.OnEndClose(result);
80
this.
innerCommunicationObject
.OnEndOpen(result);
85
this.
innerCommunicationObject
.OnFaulted();
91
this.
innerCommunicationObject
.OnOpen(timeout);
96
this.
innerCommunicationObject
.OnOpened();
102
this.
innerCommunicationObject
.OnOpening();