EppLib.Entities.DomainCheckResponse.DomainCheckResponse C# (CSharp) Метод

DomainCheckResponse() публичный Метод

public DomainCheckResponse ( byte bytes ) : System.Collections.Generic
bytes byte
Результат System.Collections.Generic
		public DomainCheckResponse(byte[] bytes)
			: base(bytes)
		{


		}