ADBaseLibrary.BaseDownloadPlugin.SetWebError C# (CSharp) 메소드

SetWebError() 공개 메소드

public SetWebError ( Response resp ) : void
resp Response
리턴 void
        public void SetWebError(Response resp)
        {
            resp.Status = ResponseStatus.WebError;
            resp.ErrorMessage = "Unable to connect to server";
        }
        public object GetAuthSetting(string name)