You are here: MessengerYouLike.IMSDK > IMSDK Reference > IMSDK Namespace > Classes > IMClient Class > IMClient Properties > IMClient.ServerUrl Property
MessengerYouLike
IMClient.ServerUrl Property

This Property is Used to Specify the location of IMServer

C#
public String ServerUrl;
Visual Basic
Public Property ServerUrl() As String

Complete URL of the ASPX file where IMServer is running Should be Specified here.

[Visual Basic]
 
'Create a new IMClient
Dim MC as new IMSDK.IMClient
 
'Set the URL of the IMServer
MC.ServerUrl ="http:/yourserver.com/imserver.aspx"
Copyright (c) 2007. All rights reserved.