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