public OCSPResponse SendRequest()
Public Function SendRequest As OCSPResponse
public:
OCSPResponse^ SendRequest()
member SendRequest : unit -> OCSPResponse
A GET network method is attempted. If GET fails with either, HTTP404 (Not Found) or HTTP405 (Method Not Allowed), a POST network method is used. If GET method fails with any other HTTP error code, POST method is not used.
InvalidOperationException | The OCSP server URL is NULL. |