Get the context associated with the connection. The context is opaque to the connection. The context is normally set for outbound connections when the connection is created, at the request of the Transport Handler, and can be retrieved with this call. The context is normally set via SetContext by the Transport Handler for inbound connections created from a server, and can be retrieved with this call. If the context has not yet been set (e.g., for an inbound connection), this must return NULL.
|