6 implementations of Closing
System.ServiceModel.Federation (3)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
331
public event EventHandler
Closing
System\ServiceModel\Federation\WSTrustChannel.cs (1)
170
event EventHandler ICommunicationObject.
Closing
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
494
event EventHandler ICommunicationObject.
Closing
System.ServiceModel.Primitives (3)
netstandard.cs (3)
485
event System.EventHandler System.ServiceModel.ICommunicationObject.
Closing
{ add { } remove { } }
528
event System.EventHandler System.ServiceModel.ICommunicationObject.
Closing
{ add { } remove { } }
1384
public event System.EventHandler
Closing
{ add { } remove { } }
7 references to Closing
Client.ClientBase.IntegrationTests (4)
ClientBaseTestHelpers.cs (2)
55
co.
Closing
+= closing;
63
co.
Closing
-= closing;
SessionTests.cs (2)
258
OperationContext.Current.Channel.
Closing
+= (sender, e) =>
524
ctxChannel.
Closing
+= (sender, e) =>
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WSTrustChannel.cs (2)
172
add { RequestChannel.
Closing
+= value; }
173
remove { RequestChannel.
Closing
-= value; }
UnitTests.Common (1)
MockCommunicationObject.cs (1)
312
mco.
Closing
+= (s, ea) => eventsFired.Add("Closing");