C# 클래스 Bespoke.DynamicDnsUpdater.Client.BespokeUpdater

파일 보기 프로젝트 열기: dmarchelya/BespokeDynamicDnsUpdater 1 사용 예제들

공개 메소드들

메소드 설명
BespokeUpdater ( DynamicDnsClientBase dynamicDnsClient ) : System
BespokeUpdater ( DynamicDnsUpdaterClientType clientType ) : System
BespokeUpdater ( int clientTypeid ) : System
GetClient ( DynamicDnsUpdaterClientType clientType ) : DynamicDnsClientBase

Gets the client with for the given DynamicDnsUpdaterClientType and initializes with the values in the Config file. Default is DnsOMaticClient.

GetClient ( int clientTypeId ) : DynamicDnsClientBase

메소드 상세

BespokeUpdater() 공개 메소드

public BespokeUpdater ( DynamicDnsClientBase dynamicDnsClient ) : System
dynamicDnsClient DynamicDnsClientBase
리턴 System

BespokeUpdater() 공개 메소드

public BespokeUpdater ( DynamicDnsUpdaterClientType clientType ) : System
clientType DynamicDnsUpdaterClientType
리턴 System

BespokeUpdater() 공개 메소드

public BespokeUpdater ( int clientTypeid ) : System
clientTypeid int
리턴 System

GetClient() 공개 정적인 메소드

Gets the client with for the given DynamicDnsUpdaterClientType and initializes with the values in the Config file. Default is DnsOMaticClient.
public static GetClient ( DynamicDnsUpdaterClientType clientType ) : DynamicDnsClientBase
clientType DynamicDnsUpdaterClientType The type of the dynamic dns client.
리턴 DynamicDnsClientBase

GetClient() 공개 정적인 메소드

public static GetClient ( int clientTypeId ) : DynamicDnsClientBase
clientTypeId int
리턴 DynamicDnsClientBase