3 references to net_PropertyNotSupportedException
System.Net.Requests (3)
System\Net\ExceptionHelper.cs (1)
8
internal static NotSupportedException PropertyNotSupportedException => new NotSupportedException(SR.
net_PropertyNotSupportedException
);
System\Net\FileWebRequest.cs (2)
291
get { throw new NotSupportedException(SR.
net_PropertyNotSupportedException
); }
292
set { throw new NotSupportedException(SR.
net_PropertyNotSupportedException
); }