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)
		{


		}