由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - How to tell if a connection is http or https?
相关主题
[合集] How to tell if a connection is http or https?is it possible to access sharepoint files from my current Web application?
How to read SSL Socket stream?请问想考mcsd,是选vb.net还是c#呢?
Cannnot open project file after httpsHttpWebRequest小程序
HTTP GET over SSL in C#用ACT testing的问题
how to download a https fileASP.Net比ASP倒底好多少?
SSL certificateWebClient for multi-connections?
[合集] SSL certificatefoxpro and c#
mid level SOFTWARE ENGINEER position in Rockville, MD (转载)how to list all opened sockets?
相关话题的讨论汇总
话题: https话题: http话题: connection话题: tell话题: ssl
进入DotNet版参与讨论
1 (共1页)
D*****n
发帖数: 363
1
I need to check if the server is using an SSL connection inside an
aspx page. Is there an api or property that shows it directly?
a9
发帖数: 21638
2
if the uri is start with http then it's http
if the uri is start with https then it's https

【在 D*****n 的大作中提到】
: I need to check if the server is using an SSL connection inside an
: aspx page. Is there an api or property that shows it directly?

g***y
发帖数: 27
3
Request.Url.StartsWith("https")
c**d
发帖数: 579
4
what if the secure connection is using http://site_name:443
Should check Request.IsSecureConnection instead
D*****n
发帖数: 363
5
cool, thanks everyone.

【在 c**d 的大作中提到】
: what if the secure connection is using http://site_name:443
: Should check Request.IsSecureConnection instead

1 (共1页)
进入DotNet版参与讨论
相关主题
how to list all opened sockets?how to download a https file
大侠们帮帮忙---网络连接问题, 在线等!SSL certificate
Connecting to TWS with c# sample[合集] SSL certificate
Problem connecting to SQL Servermid level SOFTWARE ENGINEER position in Rockville, MD (转载)
[合集] How to tell if a connection is http or https?is it possible to access sharepoint files from my current Web application?
How to read SSL Socket stream?请问想考mcsd,是选vb.net还是c#呢?
Cannnot open project file after httpsHttpWebRequest小程序
HTTP GET over SSL in C#用ACT testing的问题
相关话题的讨论汇总
话题: https话题: http话题: connection话题: tell话题: ssl