| ResponseSentEventArgs Constructor  | 
            Creates a new object.
            
 
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ResponseSentEventArgs(
	string urlRequested,
	string userAddressAndPort,
	string userAddress,
	long bytesSent,
	ContentClassification classification,
	IRequest request,
	int httpStatus,
	int milliseconds,
	string userName
)
Public Sub New ( 
	urlRequested As String,
	userAddressAndPort As String,
	userAddress As String,
	bytesSent As Long,
	classification As ContentClassification,
	request As IRequest,
	httpStatus As Integer,
	milliseconds As Integer,
	userName As String
)
public:
ResponseSentEventArgs(
	String^ urlRequested, 
	String^ userAddressAndPort, 
	String^ userAddress, 
	long long bytesSent, 
	ContentClassification classification, 
	IRequest^ request, 
	int httpStatus, 
	int milliseconds, 
	String^ userName
)
new : 
        urlRequested : string * 
        userAddressAndPort : string * 
        userAddress : string * 
        bytesSent : int64 * 
        classification : ContentClassification * 
        request : IRequest * 
        httpStatus : int * 
        milliseconds : int * 
        userName : string -> ResponseSentEventArgsParameters
- 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