TTMSMCPClientTransportCreateIOHandler Event Type
Lets the application supply the I/O handler a transport uses for a secure connection, instead of the default one the transport would create.
API unit family: TMS.MCP.Client.Transport
Remarks
Raised only for a destination whose address starts with https, once per request, on the worker that issues it. The variable is passed in uninitialized, so a handler must assign it unconditionally rather than inspect it first. An instance the handler creates without an owner is not released by the transport.
Parameters
| Name | Description |
|---|---|
Sender |
Transport or worker that is about to open the connection. |
AIOHandler |
Handler to use. Leaving it unassigned makes the transport create a default secure handler owned by the request. |