using System;
using Cpp2IlInjected;
namespace System.Net
{
/// Provides the base interface for creating instances.
// Token: 0x0200022F RID: 559
[Token(Token = "0x200022F")]
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: 0x06000E12 RID: 3602
[Token(Token = "0x6000E12")]
[Address(Slot = "0")]
WebRequest Create(Uri uri);
}
}