Returns an instance of a client protocol handler from the cache.
[Visual Basic] Protected Shared Function GetFromCache( _ ByVal type As Type _ ) As Object [C#] protected static object GetFromCache( Type type ); [C++] protected: static Object* GetFromCache( Type* type ); [JScript] protected static function GetFromCache( type : Type ) : Object;
ClientProtocol Class | ClientProtocol Members | System.Web.Services.Protocols Namespace