c - RPC windows get client IP address -
i have read loads of microsoft documentation regarding rpc programming , still not figure out how rpc server ip address of connecting client.
i sure there simple way client ip address server when connecting, not know how :/
thanks helping, simple pointer documentation great.
no - there no documented way accomplish this. windows rpc design abstracts network transport (and associated metadata network addresses) it's clients.
if need this, bake interface (e.g. implement connect() method client provides it's ip address stash in context handle). assumes of course, can trust clients provide valid ip addresses...
Comments
Post a Comment