EppLib.Entities.DomainCheckResponse.DomainCheckResponse C# (CSharp) Method

DomainCheckResponse() public method

public DomainCheckResponse ( byte bytes ) : System.Collections.Generic
bytes byte
return System.Collections.Generic
		public DomainCheckResponse(byte[] bytes)
			: base(bytes)
		{


		}