Home
last modified time | relevance | path

Searched refs:IsSecureConnection (Results 1 – 25 of 90) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Mvc.Test/Test/
H A DRequireHttpsAttributeTest.cs16 mockAuthContext.Setup(c => c.HttpContext.Request.IsSecureConnection).Returns(false); in HandleNonHttpsRequestExtensibility()
35 mockAuthContext.Setup(c => c.HttpContext.Request.IsSecureConnection).Returns(true); in OnAuthorizationDoesNothingIfRequestIsSecure()
56 mockAuthContext.Setup(c => c.HttpContext.Request.IsSecureConnection).Returns(false); in OnAuthorizationRedirectsIfRequestIsNotSecureAndMethodIsGet()
89 mockAuthContext.Setup(c => c.HttpContext.Request.IsSecureConnection).Returns(false); in OnAuthorizationThrowsIfRequestIsNotSecureAndMethodIsNotGet()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DServiceWebSocketContext.cs49 public override bool IsSecureConnection property in System.ServiceModel.Channels.ServiceWebSocketContext
51 get { return this.context.IsSecureConnection; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/WebSockets/
H A DAspNetWebSocketContextImpl.cs135 public override bool IsSecureConnection { property in System.Web.WebSockets.AspNetWebSocketContextImpl
137 return _httpContext.Request.IsSecureConnection;
H A DAspNetWebSocketContext.cs92 public override bool IsSecureConnection { property in System.Web.WebSockets.AspNetWebSocketContext
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Security/
H A DRoleManagerModule.cs95 else if (_config.CookieRequireSSL && !app.Request.IsSecureConnection) { in OnPostAuthenticateRequest()
138 if (_config.CookieRequireSSL && !app.Request.IsSecureConnection) in OnEndRequest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Abstractions/
H A DHttpRequestWrapper.cs189 public override bool IsSecureConnection { property in System.Web.HttpRequestWrapper
191 return _httpRequest.IsSecureConnection;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/
H A DRoleManagerModule.cs102 …t.User.Identity.IsAuthenticated && (!Roles.CookieRequireSSL || context.Request.IsSecureConnection)) in OnEnter()
167 if (Roles.CookieRequireSSL && !context.Request.IsSecureConnection) in OnLeave()
H A DAnonymousIdentificationModule.cs163 if (s_RequireSSL && !context.Request.IsSecureConnection) in OnEnter()
233 if (s_RequireSSL && !context.Request.IsSecureConnection && !cookieLess) in OnEnter()
H A DFormsAuthenticationModule.cs370 …ielessTicket || !FormsAuthentication.RequireSSL || context.Request.IsSecureConnection) // Make sur… in ExtractTicketFromCookie()
435 …if (FormsAuthentication.RequireSSL && !context.Request.IsSecureConnection) // Bad scenario: valid … in ExtractTicketFromCookie()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web/
H A DHttpRequestWrapper.cs163 public override bool IsSecureConnection { property in System.Web.HttpRequestWrapper
164 get { return w.IsSecureConnection; }
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets/src/System/Net/WebSockets/
H A DWebSocketContext.cs23 public abstract bool IsSecureConnection { get; } property in System.Net.WebSockets.WebSocketContext
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/WebSockets/
H A DWebSocketContext.cs26 public abstract bool IsSecureConnection { get; } property in System.Net.WebSockets.WebSocketContext
H A DHttpListenerWebSocketContext.cs119 public override bool IsSecureConnection property in System.Net.WebSockets.HttpListenerWebSocketContext
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Interfaces/ServiceHost/
H A DIHttpRequest.cs75 bool IsSecureConnection { get; } property
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Extensions/System.Web.Script.Services/
H A DAuthenticationService.cs53 if (_section.RequireSSL && !HttpContext.Current.Request.IsSecureConnection) in EnsureEnabled()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/
H A DRequireHttpsAttribute.cs15 if (!filterContext.HttpContext.Request.IsSecureConnection) { in OnAuthorization()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/
H A DRequireHttpsAttribute.cs19 if (!filterContext.HttpContext.Request.IsSecureConnection) in OnAuthorization()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.WebSockets/
H A DHttpListenerWebSocketContext.platformnotsupported.cs39 …public override bool IsSecureConnection { get { throw new PlatformNotSupportedException (EXCEPTION… property in System.Net.WebSockets.HttpListenerWebSocketContext
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DIScriptManager.cs16 bool IsSecureConnection { get; } property
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/ref/
H A DSystem.Net.HttpListener.cs94 public bool IsSecureConnection { get { throw null; } } property in System.Net.HttpListenerRequest
162 public override bool IsSecureConnection { get { throw null; } } property in System.Net.WebSockets.HttpListenerWebSocketContext
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/Prerequisites/Servers/CoreFxNetCloudService/WebServer/
H A DRequestInformation.cs58 info.SecureConnection = request.IsSecureConnection; in Create()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DHttpListenerRequest.platformnotsupported.cs92 public bool IsSecureConnection { property in System.Net.HttpListenerRequest
H A DHttpListenerRequest.cs221 (IsSecureConnection) ? "https" : "http", in FinishInitialization()
459 public bool IsSecureConnection { property in System.Net.HttpListenerRequest
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/WebSockets/
H A DHttpListenerWebSocketContext.cs86 public override bool IsSecureConnection => _isSecureConnection; field in System.Net.WebSockets.HttpListenerWebSocketContext
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/Managed/WebSockets/
H A DHttpWebSocket.Managed.cs75 request.IsSecureConnection, in AcceptWebSocketAsyncCore()

1234