by ComponentSpace - 상품타입: Component / .NET Class / 100% Managed Code
주의 : 이 제품정보에는 한글안내가 포함되어 있지 않습니다.
Query DNS servers for MX and all the other resource record types defined by RFC-1034 and RFC-1035. ComponentSpace DNS Component makes it easy to retrieve the list of configured DNS servers, construct a DNS query request using the convenient message and resource record classes, send the request to a DNS server and receive the fully parsed response. Written in 100% managed C# code, the class library offers .NET developers complete access to DNS resources from within their applications.
일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
| 주문 | ₩ 246,900 | 1 Developer License | 다운로드 (1.9 MB) | |
| 주문 | ₩ 370,900 | 4 Developer Team License | 다운로드 (1.9 MB) | |
| 주문 | ₩ 495,000 | 8 Developer Team License | 다운로드 (1.9 MB) | |
| 주문 | ₩ 619,000 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) | 다운로드 (1.9 MB) | |
| 주문 | ₩ 1,239,300 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) with Source Code | 확인 | 다운로드 (2.1 MB) |
| 주문 | ₩ 122,800 | 1 Developer Premium Support License | 다운로드 (29 KB) |
가격에는 ComponentSource의 기술지원 요금이 포함되어 있습니다. 또한 다운로드 판매를 하고 있는 상품의 대부분은 온라인 백업요금이 포함되어 있어서 구입날로부터 30일 이내에 새로운 버전이 발매된 경우 무료로 업그레이드해 드리고 있습니다. 모든 주문에 대해서 당사표준 계약조건 및 반품조건 의 내용이 적용됩니다. 다음의 경우,고객 서비스로연락하시기 바랍니다. (상기의 리스트에 게재되지 않은 대량의 라이센스나 구 버전 등의 라이센스 옵션이 필요한 경우)
일반 적인 소비자 가격은 상기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
ComponentSpace DNS Component may be used in any Windows or Web application by adding a reference to the assembly to access the classes in the KeyTech.Dns namespace.
The DnsMessage class models DNS request and response messages. It makes it very easy to construct DNS requests and access DNS responses. A separate class describes each resource record type. Each resource record class is derived from the ResourceRecord abstract class.
The list of resource record classes includes:
The DnsClient class allows you to send DnsMessage requests and receive DnsMessage responses. Within the DnsMessage request you specify the DNS questions to ask. The DnsMessage response contains the lists of ResourceRecords.
You may send requests from within DnsClient either synchronously (blocking) using the Send method or asynchronously (non-blocking) using the BeginSend and EndSend methods. Similarly, responses may be received either synchronously (blocking) using the Receive method or asynchronously (non-blocking) using the BeginReceive and EndReceive methods. For asynchronous calls you may receive completion notification either through an event or a callback method. A timeout may be specified.
All classes that raise events support a SynchronizingObject property. All classes report errors through the DnsException.
Main Features
This class library may also be purchased as part of the Key Technology .NET Internet Suite.
개발처/발매처
주요 카테고리
관련 상품
관련 카테고리