WebClientProtocol.GetFromCache(Type) 方法

定義

從快取取得用戶端通訊協議處理程序的實例。

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

參數

type
Type

Type 快取回傳的客戶端協定處理器。

傳回

快取中的客戶端協定處理器實例。

適用於

另請參閱