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