OpenTween.OTWebClient.OTWebClient C# (CSharp) 메소드

OTWebClient() 공개 메소드

public OTWebClient ( ) : System
리턴 System
        public OTWebClient()
        {
            this.UserAgent = MyCommon.GetUserAgentString();
            this.Timeout = 10000;
        }