WebClientProtocol.GetFromCache(Type) Method

Definition

Gets an instance of a client protocol handler from the cache.

protected:
 static System::Object ^ GetFromCache(Type ^ type);
protected static object GetFromCache (Type type);
static member GetFromCache : Type -> obj
Protected Shared Function GetFromCache (type As Type) As Object

Parameters

type
Type

The Type of the client protocol handler to be returned from the cache.

Returns

An instance of a client protocol handler from the cache.

Applies to

See also