System::Net::HttpWebResponse::HttpWebResponse constructor

HttpWebResponse::HttpWebResponse constructor

Constructs a new instance.

System::Net::HttpWebResponse::HttpWebResponse(System::SharedPtr<Http::HttpResponseMessage> _message, System::SharedPtr<Uri> requestUri, System::SharedPtr<CookieContainer> cookieContainer)
ParameterTypeDescription
_messageSystem::SharedPtr<Http::HttpResponseMessage>The response message.
requestUriSystem::SharedPtr<Uri>The resource’s URI.
cookieContainerSystem::SharedPtr<CookieContainer>The cookie container.

See Also