Archived

This forum has been archived. Please start a new discussion on GitHub.

How 2 get the client address from Ice::Current object

My function list this:

::Ice::Int Abc(Ice::Current &current)
{
// I wan find the client address and port here,How Can i do?
...
...

}

Comments