Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ContentType

override? string System.Net.FtpWebRequest.ContentType
getset

Definition at line 419 of file FtpWebRequest.cs.

420 {
421 get
422 {
423 throw ExceptionHelper.PropertyNotSupportedException;
424 }
425 set
426 {
427 throw ExceptionHelper.PropertyNotSupportedException;
428 }
429 }