Click or drag to resize
HTTPRequestEventArgs Constructor
Initializes a new instance of the HTTPRequestEventArgs class

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public HTTPRequestEventArgs(
	HttpListenerContext context,
	string message,
	IPEndPoint remoteAddress,
	string requestId
)

Parameters

context
Type: System.NetHttpListenerContext
message
Type: SystemString
remoteAddress
Type: System.NetIPEndPoint
requestId
Type: SystemString
See Also