110 {
111 get
112 {
114 }
115 set
116 {
117 if (
string.IsNullOrEmpty(
value))
118 {
120 }
122 {
124 }
125 try
126 {
128 }
129 catch (ArgumentException)
130 {
132 }
133 }
134 }
static FtpMethodInfo GetMethodInfo(string method)
FtpMethodInfo _methodInfo
static string net_reqsubmitted
static string net_ftp_invalid_method_name
static string net_ftp_unsupported_method
@ InvalidOperationException