30 overrides of OnOpen
System.ServiceModel.Federation (1)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
93
protected override void
OnOpen
(TimeSpan timeout)
System.ServiceModel.Http (3)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
52
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
584
protected override void
OnOpen
(TimeSpan timeout)
863
protected override void
OnOpen
(TimeSpan timeout)
System.ServiceModel.NetFramingBase (5)
System\ServiceModel\Channels\FramingChannels.cs (1)
299
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
322
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
203
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
40
protected override void
OnOpen
(TimeSpan timeout) { }
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
84
protected override void
OnOpen
(TimeSpan timeout)
System.ServiceModel.Primitives (15)
System\ServiceModel\ChannelFactory.cs (1)
319
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (1)
1169
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Channels\LayeredChannel.cs (1)
67
protected override void
OnOpen
(TimeSpan timeout) => throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
76
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
72
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
328
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
381
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1332
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
437
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
437
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
83
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\InstanceContext.cs (1)
241
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
463
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
776
protected override void
OnOpen
(TimeSpan timeout)
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
88
protected override void
OnOpen
(TimeSpan timeout)
System.ServiceModel.Primitives.Tests (2)
ServiceModel\ThrowingChannelBase.cs (1)
51
protected override void
OnOpen
(TimeSpan timeout) => InnerChannel.Open(timeout);
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
72
protected override void
OnOpen
(TimeSpan timeout)
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixPosixIdentitySecurityUpgradeProvider.cs (1)
53
protected override void
OnOpen
(TimeSpan timeout)
UnitTests.Common (3)
MockChannelBase.cs (1)
190
protected override void
OnOpen
(TimeSpan timeout)
MockChannelFactory.cs (1)
188
protected override void
OnOpen
(TimeSpan timeout)
MockCommunicationObject.cs (1)
176
protected override void
OnOpen
(TimeSpan timeout)
1 reference to OnOpen
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\CommunicationObject.cs (1)
571
await TaskHelpers.CallActionAsync(
OnOpen
, timeout);