12 overrides of OnOpenAsync
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
343
protected internal override async Task
OnOpenAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
57
protected internal override async Task
OnOpenAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
301
protected internal override async Task
OnOpenAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
315
protected internal override async Task
OnOpenAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
504
internal protected override Task
OnOpenAsync
(TimeSpan timeout)
770
internal protected override Task
OnOpenAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1334
protected internal override async Task
OnOpenAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
458
protected internal override Task
OnOpenAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
479
protected internal override Task
OnOpenAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
86
protected internal override Task
OnOpenAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
274
protected internal override Task
OnOpenAsync
(TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
125
protected internal override async Task
OnOpenAsync
(TimeSpan timeout)
3 references to OnOpenAsync
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (3)
349
await
OnOpenAsync
(remainingTime);
825
return communicationObject.
OnOpenAsync
(timeout).ToApm(callback, state);
837
await communicationObject.
OnOpenAsync
(timeout);