1 write to _innerCommunicationObject
System.ServiceModel.Federation (1)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
22
_innerCommunicationObject
= innerCommunicationObject ?? throw new ArgumentNullException(nameof(innerCommunicationObject));
14 references to _innerCommunicationObject
System.ServiceModel.Federation (14)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (14)
27
return
_innerCommunicationObject
.GetType();
32
return
_innerCommunicationObject
.GetType();
37
get { return
_innerCommunicationObject
.DefaultCloseTimeout; }
42
get { return
_innerCommunicationObject
.DefaultOpenTimeout; }
47
_innerCommunicationObject
.OnAbort();
62
_innerCommunicationObject
.OnCloseAsync(timeout).GetAwaiter().GetResult();
67
_innerCommunicationObject
.OnClosed();
73
_innerCommunicationObject
.OnClosing();
89
_innerCommunicationObject
.OnFaulted();
95
_innerCommunicationObject
.OnOpenAsync(timeout).GetAwaiter().GetResult();
100
_innerCommunicationObject
.OnOpened();
106
_innerCommunicationObject
.OnOpening();
112
return
_innerCommunicationObject
.OnCloseAsync(timeout);
117
return
_innerCommunicationObject
.OnOpenAsync(timeout);