TSHttpTxnServerAddrGet

概要

#include <ts/ts.h>
sockaddr const *TSHttpTxnServerAddrGet(TSHttpTxn txnp)

解説

Get the origin server address for transaction txnp.

注釈

The pointer is valid only for the current callback. Clients that need to keep the value across callbacks must maintain their own storage.

See Also

TSAPI(3ts), TSHttpTxnServerAddrSet(3ts)