Click or drag to resize
ResponseSentEventArgs Constructor
Creates a new object.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ResponseSentEventArgs(
	string urlRequested,
	string userAddressAndPort,
	string userAddress,
	long bytesSent,
	ContentClassification classification,
	IRequest request,
	int httpStatus,
	int milliseconds,
	string userName
)

Parameters

urlRequested
Type: SystemString
userAddressAndPort
Type: SystemString
userAddress
Type: SystemString
bytesSent
Type: SystemInt64
classification
Type: VirtualRadar.Interface.WebServerContentClassification
request
Type: VirtualRadar.Interface.WebServerIRequest
httpStatus
Type: SystemInt32
milliseconds
Type: SystemInt32
userName
Type: SystemString
See Also