using System;
namespace System.Net
{
/// Provides the base interface for creating instances.
// Token: 0x02000246 RID: 582
public interface IWebRequestCreate
{
/// Creates a instance.
/// A instance.
/// The uniform resource identifier (URI) of the Web resource.
/// The request scheme specified in is not supported by this instance.
///
/// is null.
/// The URI specified in is not a valid URI.
// Token: 0x060014C3 RID: 5315
WebRequest Create(global::System.Uri uri);
}
}