Interface IIpcRequestHandler
Callback that turns a raw request string into a full HTTP-like response string. Lets a caller in another DLL supply its own request processing to an IPC server
Namespace: CAMIPC.IpcInteraction
Assembly: CAMIPC.IpcInteraction.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("D34A1226-F9EC-4F39-AF43-8797CE319A07")]
public interface IIpcRequestHandler
Methods
HandleRequest(string)
Process one request frame; return the full response (headers + body).
Declaration
string HandleRequest(string RequestText)
Parameters
| Type | Name | Description |
|---|---|---|
| string | RequestText |
Returns
| Type | Description |
|---|---|
| string |