CHAOS.Portal.Client.Examples.Program.GetServicePath C# (CSharp) Method

GetServicePath() private method

private GetServicePath ( ) : void
return void
		private void GetServicePath()
		{
			Console.Write("Enter API path: http://");
			_client.ServicePath = "http://" + Console.ReadLine();
		}