Register   |  Login
You are hereHome
 Article Details
How to identify the port number of the running web service?

[WebMethod]

public int GetPortNumber()

{

return this.Context.Request.Url.Port;

}


Written By: Kumaravel
Date Posted: 3/19/2009
Number of Views: 452


Comments
You must be logged in to submit a comment.

Return