3 references to FtpStatusCode
netstandard (1)
netstandard.cs (1)
1090[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.FtpStatusCode))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
620[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.FtpStatusCode))]
System.Net.Requests (1)
artifacts\obj\System.Net.Requests\Debug\net10.0\System.Net.Requests.notsupported.cs (1)
163public System.Net.FtpStatusCode StatusCode { get { throw new System.PlatformNotSupportedException(System.SR.SystemNetRequests_PlatformNotSupported); } }