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();
		}