HttpListenerResponse::CopyFrom Method (HttpListenerResponse^)
.NET Framework (current version)
Copies properties from the specified HttpListenerResponse to this response.
Assembly: System (in System.dll)
Parameters
- templateResponse
-
Type:
System.Net::HttpListenerResponse^
The HttpListenerResponse instance to copy.
If you regularly change many properties from their default values to a fixed set of new values, it is convenient to use an HttpListenerResponse instance as a template. Customize the template response once and, instead of configuring each response separately, call the CopyFrom method to configure a new response based on property values in the template response.
The following properties are copied from templateResponse to the current instance.
.NET Framework
Available since 2.0
Available since 2.0
Show: