EppLib.Entities.DomainCheckResponse.DomainCheckResponse C# (CSharp) Méthode

DomainCheckResponse() public méthode

public DomainCheckResponse ( byte bytes ) : System.Collections.Generic
bytes byte
Résultat System.Collections.Generic
		public DomainCheckResponse(byte[] bytes)
			: base(bytes)
		{


		}