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