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.4.54.0
Syntax
public HTTPRequestEventArgs(
	HttpListenerContext context,
	string message,
	IPEndPoint remoteAddress,
	string requestId
)

Parameters

context  HttpListenerContext
 
message  String
 
remoteAddress  IPEndPoint
 
requestId  String
 
See Also