3 overrides of IsSecureConnection
System (1)
net\System\Net\WebSockets\HttpListenerWebSocketContext.cs (1)
119public override bool IsSecureConnection
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceWebSocketContext.cs (1)
49public override bool IsSecureConnection
System.Web (1)
WebSockets\AspNetWebSocketContext.cs (1)
92public override bool IsSecureConnection {
1 reference to IsSecureConnection
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceWebSocketContext.cs (1)
51get { return this.context.IsSecureConnection; }