1 write to _innerCommunicationObject
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
24
_innerCommunicationObject
= innerCommunicationObject;
17 references to _innerCommunicationObject
dotnet-svcutil-lib (17)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (17)
29
return
_innerCommunicationObject
.GetType();
34
get { return
_innerCommunicationObject
.DefaultCloseTimeout; }
39
get { return
_innerCommunicationObject
.DefaultOpenTimeout; }
44
_innerCommunicationObject
.OnAbort();
49
return
_innerCommunicationObject
.OnBeginClose(timeout, callback, state);
54
return
_innerCommunicationObject
.OnBeginOpen(timeout, callback, state);
59
_innerCommunicationObject
.OnClose(timeout);
64
_innerCommunicationObject
.OnClosed();
70
_innerCommunicationObject
.OnClosing();
76
_innerCommunicationObject
.OnEndClose(result);
81
_innerCommunicationObject
.OnEndOpen(result);
86
_innerCommunicationObject
.OnFaulted();
92
_innerCommunicationObject
.OnOpen(timeout);
97
_innerCommunicationObject
.OnOpened();
103
_innerCommunicationObject
.OnOpening();
114
var asyncInnerCommunicationObject =
_innerCommunicationObject
as IAsyncCommunicationObject;
127
var asyncInnerCommunicationObject =
_innerCommunicationObject
as IAsyncCommunicationObject;