1 override of IsEnabled
System.ServiceModel (1)
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (1)
150
public override bool
IsEnabled
1 reference to IsEnabled
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
171
this.needToCreateSessionOpenNotificationMessage = this.sessionOpenNotification != null && this.sessionOpenNotification.
IsEnabled
;