Base:
method
OnOpen
System.ServiceModel.Channels.CommunicationObject.OnOpen(System.TimeSpan)
4 overrides of OnOpen
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
266protected override void OnOpen(TimeSpan timeout)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
970protected override void OnOpen(TimeSpan timeout)
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (1)
121protected override void OnOpen(TimeSpan timeout)
System\ServiceModel\Channels\PeerChannelListener.cs (1)
215protected override void OnOpen(TimeSpan timeout)
1 reference to OnOpen
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
269base.OnOpen(timeout);