We have to connect ArcGIS Server using ArcObjects 10.3? and we are not able to find server objects for making connection.
We are using following code for your reference
GISServerConnection serverConnection = new GISServerConnection();
serverConnection.Connect("localhost");
using above mentioned code, we want to access all the map services hosted on the server.