HttpWorkerRequest.IsSecure 方法

定義

傳回值,指出連線是否使用 SSL。

public:
 virtual bool IsSecure();
public virtual bool IsSecure ();
abstract member IsSecure : unit -> bool
override this.IsSecure : unit -> bool
Public Overridable Function IsSecure () As Boolean

傳回

如果連接為 SSL 連接,則為 true;否則為 false。 預設為 false

適用於