Freigeben über


DevicePortalConnectionRequestReceivedEventArgs.ResponseMessage Eigenschaft

Definition

Ruft die HTTP-Antwortnachricht für diese Anforderung ab.

public:
 property HttpResponseMessage ^ ResponseMessage { HttpResponseMessage ^ get(); };
HttpResponseMessage ResponseMessage();
public HttpResponseMessage ResponseMessage { get; }
var httpResponseMessage = devicePortalConnectionRequestReceivedEventArgs.responseMessage;
Public ReadOnly Property ResponseMessage As HttpResponseMessage

Eigenschaftswert

Eine HttpResponseMessage-instance, die die Antwort des Geräteportal-Plug-Ins auf eine HTTP-Anforderung enthält. Die Eigenschaften müssen von der Plug-In-App festgelegt werden.

Gilt für: