Click or drag to resize

ApplicationResponse Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ApplicationResponse class

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
protected ApplicationResponse(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
context
Type: System.Runtime.SerializationStreamingContext
See Also