WebRequest.RegisterPortableWebRequestCreator(IWebRequestCreate) Método
Definição
Cuidado
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Registrar um objeto IWebRequestCreate.Register an IWebRequestCreate object.
public:
static void RegisterPortableWebRequestCreator(System::Net::IWebRequestCreate ^ creator);
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public static void RegisterPortableWebRequestCreator (System.Net.IWebRequestCreate creator);
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
static member RegisterPortableWebRequestCreator : System.Net.IWebRequestCreate -> unit
Public Shared Sub RegisterPortableWebRequestCreator (creator As IWebRequestCreate)
Parâmetros
- creator
- IWebRequestCreate
O objeto IWebRequestCreate a ser registrado.The IWebRequestCreate object to register.
- Atributos