HttpServerCustomValidationRequestedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 ServerCustomValidationRequested 事件的資料。
public ref class HttpServerCustomValidationRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HttpServerCustomValidationRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class HttpServerCustomValidationRequestedEventArgs
Public NotInheritable Class HttpServerCustomValidationRequestedEventArgs
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|
備註
ServerCustomValidationRequested事件會擷取這個類別。
屬性
RequestMessage |
取得包含目的地 URI、標頭和主體的 HTTP 要求。 |
ServerCertificate |
取得伺服器提供的 X509Certificate。 |
ServerCertificateErrors |
取得在此憑證或鏈結中找到 OS 驗證邏輯的錯誤。 |
ServerCertificateErrorSeverity |
取得所遇到的錯誤嚴重性層級。 |
ServerIntermediateCertificates |
取得中繼憑證鏈結,結尾為與遠端憑證相關聯的根 CA。 |
方法
GetDeferral() |
要求在 Deferral 物件上呼叫 Complete 方法,以延遲直到延遲完成為止。 |
Reject() |
拒絕伺服器的憑證。 這會導致用戶端終止與伺服器的連線。 |