CHAOS.Portal.Client.Examples.Program.GetServicePath C# (CSharp) 메소드

GetServicePath() 개인적인 메소드

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