[To be supplied.]
[Visual Basic] Protected Function GetFromCache( _ ByVal protocolType As Type, _ ByVal serverType As Type _ ) As Object [C#] protected object GetFromCache( Type protocolType, Type serverType ); [C++] protected: Object* GetFromCache( Type* protocolType, Type* serverType ); [JScript] protected function GetFromCache( protocolType : Type, serverType : Type ) : Object;
ServerProtocol Class | ServerProtocol Members | System.Web.Services.Protocols Namespace