using System;
using Cpp2IlInjected;
namespace System.Net
{
/// Provides the base interface for creating instances.
// Token: 0x0200022B RID: 555
[Token(Token = "0x200022B")]
public interface IWebRequestCreate
{
/// Creates a instance.
/// The uniform resource identifier (URI) of the Web resource.
/// A instance.
/// The request scheme specified in is not supported by this instance.
///
/// is .
/// In the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, , instead.
///
///
///
///
/// The URI specified in is not a valid URI.
// Token: 0x06000DFC RID: 3580
[Token(Token = "0x6000DFC")]
[Address(Slot = "0")]
WebRequest Create(Uri uri);
}
}