Click or drag to resize

HTTPRequestEventArgs Constructor

Initializes a new instance of the HTTPRequestEventArgs class

Namespace:  Ozeki.Network
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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