WebClientProtocol::AddToCache Method (Type^, Object^)

 
Use BaseTrue

Add an instance of the client protocol handler to the cache.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

protected:
static void AddToCache(
	Type^ type,
	Object^ value
)

Parameters

type
Type: System::Type^

The Type of the client protocol handler..

value
Type: System::Object^

The client protocol handler to be added to the cache.

.NET Framework
Available since 1.1
Return to top
Show: