This documentation is archived and is not being maintained.

WebClientProtocol.AddToCache Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Protected Shared Sub AddToCache( _
   ByVal type As Type, _
   ByVal value As Object _
)
[C#]
protected static void AddToCache(
 Type type,
 object value
);
[C++]
protected: static void AddToCache(
 Type* type,
 Object* value
);
[JScript]
protected static function AddToCache(
   type : Type,
 value : Object
);

See Also

WebClientProtocol Class | WebClientProtocol Members | System.Web.Services.Protocols Namespace

Show: