Base:
method
OnOpen
System.ServiceModel.Channels.CommunicationObject.OnOpen(System.TimeSpan)
1 override of OnOpen
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
179protected override void OnOpen(TimeSpan timeout)
2 references to OnOpen
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
522this.OnOpen(timeout);
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
181base.OnOpen(timeout);